Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
export
const
absoluteFilePath = (config: Config, fpath: string) =>
52
path.resolve(config.src ||
""
, fpath);
Callers
3
parseInfoFile
Function · 0.90
createInfoFile
Function · 0.90
checkRouteFile
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected