MCPcopy Create free account
hub / github.com/ProNextJS/declarative-routing / fileRemoved

Function fileRemoved

src/shared/watch.ts:88–91  ·  view source on GitHub ↗
(fpath: string)

Source from the content-addressed store, hash-verified

86};
87
88export function fileRemoved(fpath: string) {
89 removeFileFromCache(fpath);
90 updateBuildFiles();
91}

Callers 1

build.tsFile · 0.90

Calls 2

removeFileFromCacheFunction · 0.90
updateBuildFilesFunction · 0.90

Tested by

no test coverage detected