Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
impl fmt::Display for IrGlobalVar {
138
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
139
if self.exported {
140
write!(f,
"export "
)?;
141
}
Callers
2
compile_program
Method · 0.80
pretty_print_program_has_registers_labels_and_tabs
Function · 0.80
Calls
1
push
Method · 0.80
Tested by
1
pretty_print_program_has_registers_labels_and_tabs
Function · 0.64