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

Method GetDouble

metadata.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204double Metadata::GetDouble() const
205{
206 return BNMetadataGetDouble(m_object);
207}
208
209std::vector<bool> Metadata::GetBooleanList() const
210{

Callers 8

formatMethod · 0.80
HashRapidValueFunction · 0.80
SchemaMethod · 0.80
CheckDoubleMinimumMethod · 0.80
CheckDoubleMaximumMethod · 0.80
CheckDoubleMultipleOfMethod · 0.80
GetMethod · 0.80
operator==Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected