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

Method generated_files

src/generation.rs:1491–1645  ·  view source on GitHub ↗

Single producer for every generated source file (post-rustfmt), keyed by path relative to the crate root (e.g. "rust/src/lib.rs"). Used by BOTH [`Self::export`] (which writes these to disk, after prepending the static serialization prelude to the root serialization.rs) and the snapshot tests — so the shipped path and the tested path can't drift. The serialization.rs here is generated-only; the sta

(
        &self,
        types: &IntermediateTypes,
        export_raw_bytes_encoding_trait: bool,
        cli: &Cli,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exportMethod · 0.80
generated_stringsFunction · 0.80

Calls 11

rustfmt_generated_stringFunction · 0.85
applyFunction · 0.85
ops_for_rustFunction · 0.85
ops_for_wasmFunction · 0.85
ops_for_json_genFunction · 0.85
lineMethod · 0.80
push_blockMethod · 0.80
pushMethod · 0.80
push_allMethod · 0.80
exportMethod · 0.45
fmtMethod · 0.45

Tested by

no test coverage detected