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

Method IsValidCallback

languagerepresentation.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311bool LanguageRepresentationFunctionType::IsValidCallback(void* ctxt, BNBinaryView* view)
312{
313 LanguageRepresentationFunctionType* type = (LanguageRepresentationFunctionType*)ctxt;
314 Ref<BinaryView> viewObj = new BinaryView(BNNewViewReference(view));
315 return type->IsValid(viewObj);
316}
317
318
319BNTypePrinter* LanguageRepresentationFunctionType::GetTypePrinterCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected