MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / CompileOptions

Class CompileOptions

crates/papyrus/src/miden_generator.rs:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109
1110#[derive(Clone, Debug)]
1111pub struct CompileOptions {
1112 pub comments: bool,
1113 pub auto_indent: bool,
1114}
1115
1116impl Default for CompileOptions {
1117 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected