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

Method getWatchedFile

hi_scripting/scripting/ScriptProcessor.cpp:546–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546File FileChangeListener::getWatchedFile(int index) const
547{
548 if (index < watchers.size())
549 {
550 return watchers[index]->getFile();
551
552 }
553 else return File();
554}
555
556bool FileChangeListener::isEmbeddedSnippetFile(int index) const
557{

Callers 15

collectAllScriptFilesMethod · 0.80
fillIndexListMethod · 0.80
gotoLocationMethod · 0.80
getFileIndexMethod · 0.80
fillRecursiveMethod · 0.80
fillSearchListMethod · 0.80
PopupIncludeEditorMethod · 0.80
gotoLocationMethod · 0.80
addTokensMethod · 0.80
getLocationStringMethod · 0.80

Calls 3

FileClass · 0.85
sizeMethod · 0.45
getFileMethod · 0.45

Tested by

no test coverage detected