Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ apiRoot
Function
apiRoot
packages/client/src/api/config.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
apiRoot(): string {
18
return
clientConfig.apiRoot;
19
}
20
21
export
function
apiUrl(path: string): string {
22
const
root = apiRoot();
Callers
1
apiUrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected