MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / binding

Method binding

rust/src/symbol.rs:135–138  ·  view source on GitHub ↗
(mut self, binding: Binding)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn binding(mut self, binding: Binding) -> Self {
136 self.binding = binding;
137 self
138 }
139
140 pub fn short_name<T: Into<String>>(mut self, short_name: T) -> Self {
141 self.short_name = Some(short_name.into());

Callers 2

externalMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected