Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christophhart/HISE
/ getNumWatchedFiles
Method
getNumWatchedFiles
hi_scripting/scripting/ScriptProcessor.cpp:519–522 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
}
518
519
int FileChangeListener::getNumWatchedFiles() const noexcept
520
{
521
return watchers.size();
522
}
523
524
void FileChangeListener::setCurrentPopup(DocumentWindow* window)
525
{
Callers
15
collectAllScriptFiles
Method · 0.80
createContentComponent
Method · 0.80
fillIndexList
Method · 0.80
gotoLocation
Method · 0.80
getFileIndex
Method · 0.80
fillSearchList
Method · 0.80
PopupIncludeEditor
Method · 0.80
checkUnreferencedExternalFile
Method · 0.80
gotoLocation
Method · 0.80
addTokens
Method · 0.80
getLocationString
Method · 0.80
mouseDoubleClick
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected