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

Method getContent

hi_scripting/scripting/ScriptProcessor.cpp:958–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958ScriptingApi::Content* JavascriptProcessor::getContent()
959{
960 return dynamic_cast<ProcessorWithScriptingContent*>(this)->getScriptingContent();
961}
962
963const ScriptingApi::Content* JavascriptProcessor::getContent() const
964{

Callers

nothing calls this directly

Calls 1

getScriptingContentMethod · 0.80

Tested by

no test coverage detected