Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
estimated_monospace_char_width
Function · 0.45
ui
Method · 0.45
append_hll_code_part
Function · 0.45
append_inline_asm_code_part
Function · 0.45
highlight_code
Function · 0.45
highlight_assembly
Function · 0.45
highlight_ast
Function · 0.45
highlight_ir
Function · 0.45
encode_branch
Function · 0.45
encode_jal
Function · 0.45
Calls
1
get
Method · 0.80
Tested by
no test coverage detected