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

Method IsValidByName

languagerepresentation.cpp:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375bool LanguageRepresentationFunctionType::IsValidByName(const std::string& name, BinaryView* view)
376{
377 Ref<LanguageRepresentationFunctionType> type = GetByName(name);
378 if (!type)
379 return false;
380 return type->IsValid(view);
381}
382
383
384vector<Ref<LanguageRepresentationFunctionType>> LanguageRepresentationFunctionType::GetTypes()

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected