Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ getBaseUrl
Function
getBaseUrl
packages/react/src/api/base-url.tsx:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
} from
"./server-connection"
;
6
7
export const getBaseUrl = (): string => getExecutorApiBaseUrl();
8
9
export const setBaseUrl = (url: string): void => {
10
setExecutorServerApiBaseUrl(url);
Callers
1
client.tsx
File · 0.90
Calls
1
getExecutorApiBaseUrl
Function · 0.90
Tested by
no test coverage detected