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

Method IsString

metadata.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355bool Metadata::IsString() const
356{
357 return BNMetadataIsString(m_object);
358}
359
360bool Metadata::IsUnsignedInteger() const
361{

Callers 12

GetStringMetadataMethod · 0.80
InitMethod · 0.80
SchemaMethod · 0.80
CreatePatternMethod · 0.80
HandleRefSchemaMethod · 0.80
IsMethod · 0.80
IsMethod · 0.80
FindMemberFunction · 0.80
document.hFile · 0.80
AcceptFunction · 0.80
StringEqualFunction · 0.80
AppendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected