Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ symbol
Method
symbol
rust/src/function.rs:336–341 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
334
}
335
336
pub fn symbol(&self) -> Ref<Symbol> {
337
unsafe {
338
let sym = BNGetFunctionSymbol(self.handle);
339
Symbol::ref_from_raw(sym)
340
}
341
}
342
343
pub fn workflow(&self) -> Option<Ref<Workflow>> {
344
unsafe {
Callers
1
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected