MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / push_global_string

Method push_global_string

crates/hll-to-ir/src/ir/program.rs:136–138  ·  view source on GitHub ↗
(&mut self, global_string: IrGlobalString)

Source from the content-addressed store, hash-verified

134 pub exported: bool,
135}
136
137impl fmt::Display for IrGlobalVar {
138 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
139 if self.exported {
140 write!(f, "export ")?;
141 }

Calls 1

pushMethod · 0.80