MCPcopy 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
83export const finishedProcessing = () => {
84 allFilesProcessed = true;
85 checkForFinishedProcessing();
86};
87
88export function fileRemoved(fpath: string) {
89 removeFileFromCache(fpath);

Callers 1

build.tsFile · 0.90

Calls 1

Tested by

no test coverage detected