MCPcopy 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
28export function appBasePath(): string {
29 return configuredBasePath() || pathDerivedBasePath();
30}
31
32export function appPath(path: string): string {
33 if (!path.startsWith("/")) return path;

Callers 15

defaultDispatchBasePathFunction · 0.90
routerPathFunction · 0.90
entry.client.tsxFile · 0.90
entry.client.tsxFile · 0.90
entry.client.tsxFile · 0.90
entry.client.tsxFile · 0.90
appApiPathFunction · 0.90
entry.client.tsxFile · 0.90
routerPathFunction · 0.90
entry.client.tsxFile · 0.90
PromptPopoverFunction · 0.90
entry.client.tsxFile · 0.90

Calls 2

configuredBasePathFunction · 0.85
pathDerivedBasePathFunction · 0.85

Tested by

no test coverage detected