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

Method export_global

crates/asm-to-binary/src/assembler/section.rs:92–96  ·  view source on GitHub ↗
(&mut self, name: String)

Source from the content-addressed store, hash-verified

90 }
91
92 pub fn export_global(&mut self, name: String) {
93 if !self.globals.contains(&name) {
94 self.globals.push(name);
95 }
96 }
97}

Callers 1

encodeFunction · 0.80

Calls 2

pushMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected