Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/agent-native
/ agentNativePath
Function
agentNativePath
packages/core/src/client/api-path.ts:48–51 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
46
}
47
48
export
function
agentNativePath(path: string): string {
49
if
(!path.startsWith(FRAMEWORK_ROUTE_PREFIX))
return
path;
50
return
appPath(path);
51
}
Callers
15
actionUrl
Function · 0.90
handleAdd
Function · 0.90
handleDelete
Function · 0.90
refreshStatuses
Function · 0.90
MessagingSetupPanel
Function · 0.90
refreshEnvStatus
Function · 0.90
saveEnvKeys
Function · 0.90
OverviewRoute
Function · 0.90
load
Function · 0.90
useNavigationState
Function · 0.90
AppLayout
Function · 0.90
apiFetch
Function · 0.90
Calls
1
appPath
Function · 0.70
Tested by
no test coverage detected