MCPcopy Create free account
hub / github.com/argumentcomputer/ix / get_bool

Function get_bool

crates/ixon/src/metadata.rs:519–525  ·  view source on GitHub ↗
(buf: &mut &[u8])

Source from the content-addressed store, hash-verified

517
518// ===========================================================================
519// Syntax deserialization from blobs
520// ===========================================================================
521//
522// These mirror the compile-side `serialize_syntax_inner` /
523// `serialize_source_info` / `serialize_substring` / `serialize_preresolved`
524// in `src/ix/compile.rs`. They live here (not `decompile.rs`) so that
525// `resolve_kvmap` can materialize `DataValue::OfSyntax` entries during
526// kernel ingress — the decompile-side helpers depend on `CompileState`,
527// which isn't available in the ingress path. All we need is the `Env`
528// (for blob + name lookups).

Callers 1

get_indexedMethod · 0.70

Calls 1

get_u8Function · 0.70

Tested by

no test coverage detected