MCPcopy Create free account
hub / github.com/dcSpark/cddl-codegen / DeserializeBeforeAfter

Class DeserializeBeforeAfter

src/generation.rs:443–447  ·  view source on GitHub ↗

Context as to how to generate deserialization code. formats as {before}{ }{after} in a line within the body param, allowing freedom e.g.: {let x = }{ }{;} - creation of variables {x = Some(}{ }{);} - variable assignment (could be nested in function call, etc, too) {}{ }{} - for last-expression eval in blocks etc We also keep track of if it expects a result and

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected