You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chunks being ingested don't contain the snippets of code resolved, but the source files:
@starknet-agent/backend:dev: Source: Storage variables
@starknet-agent/backend:dev:
@starknet-agent/backend:dev: [6] ## Example: Complex structures in storage
@starknet-agent/backend:dev: This example uses a complex key and value, with default derived serialization methods (via `#[derive(starknet::Store)]`).
@starknet-agent/backend:dev:
@starknet-agent/backend:dev: We use a contract along with helper structs:
@starknet-agent/backend:dev:
@starknet-agent/backend:dev: ```rust
@starknet-agent/backend:dev: {{#include ../../listings/snforge_advanced_features/crates/direct_storage_access/src/complex_structures.cairo}}
@starknet-agent/backend:dev: ```
@starknet-agent/backend:dev:
@starknet-agent/backend:dev: And perform a test checking `load` and `store` behavior in context of those structs:
@starknet-agent/backend:dev:
@starknet-agent/backend:dev: ```rust
@starknet-agent/backend:dev: {{#include ../../listings/snforge_advanced_features/crates/direct_storage_access/tests/complex_structures.cairo}}
@starknet-agent/backend:dev: ```
The text was updated successfully, but these errors were encountered:
The chunks being ingested don't contain the snippets of code resolved, but the source files:
The text was updated successfully, but these errors were encountered: