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

Method IsValid

languagerepresentation.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266
267bool LanguageRepresentationFunctionType::IsValid(BinaryView*)
268{
269 return true;
270}
271
272
273vector<DisassemblyTextLine> LanguageRepresentationFunctionType::GetFunctionTypeTokens(Function*, DisassemblySettings*)

Callers 2

IsValidCallbackMethod · 0.45
IsValidByNameMethod · 0.45

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected