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

Method resolve

crates/asm-to-binary/src/assembler/symbol_table.rs:27–29  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn resolve(&self, name: &str) -> Option<u64> {
28 self.symbols.get(name).copied()
29 }
30
31 pub fn mark_global(&mut self, name: impl Into<String>) {
32 let name = name.into();

Callers 10

uiMethod · 0.45
append_hll_code_partFunction · 0.45
highlight_codeFunction · 0.45
highlight_assemblyFunction · 0.45
highlight_astFunction · 0.45
highlight_irFunction · 0.45
encode_branchFunction · 0.45
encode_jalFunction · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected