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

Method CreateSingleFunctionLanguageRepresentation

linearviewobject.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376
377Ref<LinearViewObject> LinearViewObject::CreateSingleFunctionLanguageRepresentation(
378 Function* func, DisassemblySettings* settings, const string& language)
379{
380 return new LinearViewObject(BNCreateLinearViewSingleFunctionLanguageRepresentation(
381 func->GetObject(), settings ? settings->GetObject() : nullptr, language.c_str()));
382}

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected