MCPcopy Create free account
hub / github.com/garrytan/gstack / getBaseUrl

Function getBaseUrl

extension/background.js:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29function getBaseUrl() {
30 return serverPort ? `http://127.0.0.1:${serverPort}` : null;
31}
32
33// ─── Auth Token Bootstrap ─────────────────────────────────────
34

Callers 6

loadAuthTokenFunction · 0.85
checkHealthFunction · 0.85
executeCommandFunction · 0.85
fetchAndRelayRefsFunction · 0.85
postInspectorPickFunction · 0.85
background.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected