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

Method GetSignedInteger

metadata.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199int64_t Metadata::GetSignedInteger() const
200{
201 return BNMetadataGetSignedInteger(m_object);
202}
203
204double Metadata::GetDouble() const
205{

Callers 1

formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected