Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProNextJS/declarative-routing
/ removeFileFromCache
Function
removeFileFromCache
src/shared/build-tools.ts:30–32 ·
view source on GitHub ↗
(fpath: string)
Source
from the content-addressed store, hash-verified
28
};
29
30
export
function
removeFileFromCache(fpath: string) {
31
delete paths[fpath];
32
}
33
34
function
fixPath(config: Config, path: string) {
35
const
{ stripRoutePrefix } = config;
Callers
1
fileRemoved
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected