Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
export
function
fileRemoved(fpath: string) {
89
removeFileFromCache(fpath);
90
updateBuildFiles();
91
}
Callers
1
build.ts
File · 0.90
Calls
2
removeFileFromCache
Function · 0.90
updateBuildFiles
Function · 0.90
Tested by
no test coverage detected