Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
function
getBaseUrl() {
30
return
serverPort ? `http:
//127.0.0.1:${serverPort}` : null;
31
}
32
33
// ─── Auth Token Bootstrap ─────────────────────────────────────
34
Callers
6
loadAuthToken
Function · 0.85
checkHealth
Function · 0.85
executeCommand
Function · 0.85
fetchAndRelayRefs
Function · 0.85
postInspectorPick
Function · 0.85
background.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected