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

Method getIncludedFile

hi_scripting/scripting/engine/HiseJavascriptEngine.cpp:1072–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072File HiseJavascriptEngine::getIncludedFile(int fileIndex) const
1073{
1074 return root->hiseSpecialData.includedFiles[fileIndex]->f;
1075}
1076
1077
1078Result HiseJavascriptEngine::getIncludedFileResult(int fileIndex) const

Callers 1

stuffAfterCompilationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected