MCPcopy Create free account
hub / github.com/Tong89/smartNode / baseUrl

Method baseUrl

frontend/src/api/client.ts:75–77  ·  view source on GitHub ↗

Current base URL (without trailing slash).

()

Source from the content-addressed store, hash-verified

73
74 /** Current base URL (without trailing slash). */
75 get baseUrl(): string {
76 return this._baseUrl;
77 }
78
79 /** Update the base URL and persist it to localStorage if non-empty. */
80 setBaseUrl(value: string): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected