MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / getServerUrl

Method getServerUrl

lib/src/store.ts:115–120  ·  view source on GitHub ↗

Returns the base URL of the companion server

()

Source from the content-addressed store, hash-verified

113
114 /** Returns the base URL of the companion server */
115 getServerUrl(): string | null {
116 if (this.serverUrl == undefined) {
117 return null;
118 }
119 return this.serverUrl;
120 }
121
122 /**
123 * Returns the Currently set Agent, returns null if there is none. Make sure

Callers 9

createSubjectMethod · 0.95
fetchResourceMethod · 0.95
useBaseURLFunction · 0.80
createURLStringFunction · 0.80
uploadFilesFunction · 0.80
startWebsocketFunction · 0.80
createInviteFunction · 0.80
ResourceContextMenuFunction · 0.80
ErrorPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected