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

Method GetShortNameRef

binaryview.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795
796
797StringRef Symbol::GetShortNameRef() const
798{
799 BNStringRef* name = BNGetSymbolShortNameRef(m_object);
800 return StringRef(name);
801}
802
803
804string Symbol::GetFullName() const

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.70

Tested by

no test coverage detected