Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ getServerHostname
Function
getServerHostname
packages/server/remote.ts:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
* container or host network
interface
for
SSH/devcontainer/Docker forwarding.
71
*/
72
export
function
getServerHostname(): string {
73
return
isRemoteSession() ?
"0.0.0.0"
: LOOPBACK_HOST;
74
}
Callers
5
startPlannotatorServer
Function · 0.90
remote.test.ts
File · 0.90
startGoalSetupServer
Function · 0.90
startReviewServer
Function · 0.90
startAnnotateServer
Function · 0.90
Calls
1
isRemoteSession
Function · 0.70
Tested by
no test coverage detected