amduat/src/near_core/asl
2025-12-21 23:09:44 +01:00
..
artifact_io.c Implemented immutable ownership helpers for core ASL values and routed internal clone/free paths through them so stored artifacts/references are deep-copied and no longer depend on caller-owned buffers. 2025-12-21 22:09:58 +01:00
io.c Promote ASL IO helpers 2025-12-20 11:19:08 +01:00
parse.c Promote ASL ID parsing helpers 2025-12-20 11:16:16 +01:00
ref_derive.c Added a central ASL reference-derivation API and wired the filesystem store (plus the PEL stub store) to use it, so all reference creation now goes through the canonical encode+hash path. 2025-12-21 22:22:17 +01:00
ref_io.c Implemented immutable ownership helpers for core ASL values and routed internal clone/free paths through them so stored artifacts/references are deep-copied and no longer depend on caller-owned buffers. 2025-12-21 22:09:58 +01:00
ref_text.c Promote ASL reference hex helpers 2025-12-20 11:14:06 +01:00
registry.c Scaffold C layout and ASL registry model 2025-12-19 19:22:40 +01:00
store.c Enforced StoreConfig at the wrapper boundary by validating the configured encoding/hash and rejecting mismatched hash IDs before delegating to backend ops. This makes the amduat_asl_store_t wrapper actively use/validate its config instead of just storing it. 2025-12-21 23:09:44 +01:00