MCPcopy Index your code
hub / github.com/ProNextJS/declarative-routing / absoluteFilePath

Function absoluteFilePath

src/config.ts:51–52  ·  view source on GitHub ↗
(config: Config, fpath: string)

Source from the content-addressed store, hash-verified

49}
50
51export const absoluteFilePath = (config: Config, fpath: string) =>
52 path.resolve(config.src || "", fpath);

Callers 3

parseInfoFileFunction · 0.90
createInfoFileFunction · 0.90
checkRouteFileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected