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

Method name

rust/src/component.rs:33–36  ·  view source on GitHub ↗
(mut self, name: impl Into<String>)

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn name(mut self, name: impl Into<String>) -> Self {
34 self.name = Some(name.into());
35 self
36 }
37
38 pub fn finalize(self) -> Ref<Component> {
39 let result = match (&self.parent, &self.name) {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected