MCPcopy 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
30export function removeFileFromCache(fpath: string) {
31 delete paths[fpath];
32}
33
34function fixPath(config: Config, path: string) {
35 const { stripRoutePrefix } = config;

Callers 1

fileRemovedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected