Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProNextJS/declarative-routing
/ finishedProcessing
Function
finishedProcessing
src/shared/watch.ts:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
};
82
83
export
const
finishedProcessing = () => {
84
allFilesProcessed = true;
85
checkForFinishedProcessing();
86
};
87
88
export
function
fileRemoved(fpath: string) {
89
removeFileFromCache(fpath);
Callers
1
build.ts
File · 0.90
Calls
1
checkForFinishedProcessing
Function · 0.85
Tested by
no test coverage detected