MCPcopy Create free account
hub / github.com/christophhart/HISE / callLog

Method callLog

hi_scripting/scripting/api/ScriptingApiObjects.cpp:7065–7074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7063
7064
7065void ScriptingObjects::ScriptBackgroundTask::ChildProcessData::callLog(var* a)
7066{
7067 if (processLogFunction)
7068 {
7069 auto ok = processLogFunction.callSync(a, 3);
7070
7071 if (!ok.wasOk())
7072 debugError(dynamic_cast<Processor*>(parent.getScriptProcessor()), ok.getErrorMessage());
7073 }
7074}
7075
7076void ScriptingObjects::ScriptBackgroundTask::runProcess(var command, var args, var logFunction)
7077{

Callers

nothing calls this directly

Calls 4

callSyncMethod · 0.45
wasOkMethod · 0.45
getScriptProcessorMethod · 0.45
getErrorMessageMethod · 0.45

Tested by

no test coverage detected