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

Method isConnectedToExternalFile

hi_scripting/scripting/ScriptProcessor.cpp:867–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865{ return (int)dynamic_cast<const Processor*>(this)->getMainController()->getGlobalCodeFontSize(); }
866
867bool JavascriptProcessor::isConnectedToExternalFile() const
868{ return connectedFileReference.isNotEmpty(); }
869
870const String& JavascriptProcessor::getConnectedFileReference() const
871{ return connectedFileReference; }

Callers 7

collectAllScriptFilesMethod · 0.80
fillModuleListMethod · 0.80
updateGuiMethod · 0.80
saveFileXmlMethod · 0.80
saveFileAsXmlMethod · 0.80
showContextMenuMethod · 0.80
compileAllScriptsMethod · 0.80

Calls 1

isNotEmptyMethod · 0.45

Tested by

no test coverage detected