Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BuilderIO/agent-native
/ appBasePath
Function
appBasePath
packages/core/src/client/api-path.ts:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
export
function
appBasePath(): string {
29
return
configuredBasePath() || pathDerivedBasePath();
30
}
31
32
export
function
appPath(path: string): string {
33
if
(!path.startsWith(
"/"
))
return
path;
Callers
15
defaultDispatchBasePath
Function · 0.90
routerPath
Function · 0.90
entry.client.tsx
File · 0.90
entry.client.tsx
File · 0.90
entry.client.tsx
File · 0.90
entry.client.tsx
File · 0.90
appApiPath
Function · 0.90
entry.client.tsx
File · 0.90
routerPath
Function · 0.90
entry.client.tsx
File · 0.90
PromptPopover
Function · 0.90
entry.client.tsx
File · 0.90
Calls
2
configuredBasePath
Function · 0.85
pathDerivedBasePath
Function · 0.85
Tested by
no test coverage detected