Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ecomfe/tempad-dev
/ probeSocketPath
Function
probeSocketPath
packages/mcp-server/src/hub.ts:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
const
release = releaseHubLock
168
releaseHubLock = null
169
try {
170
await
release()
171
} catch (err) {
172
log.warn({ err },
'Failed to release Hub lifecycle lock.'
)
173
}
174
}
Callers
2
cleanSocketPath
Function · 0.85
initializeHubRuntime
Function · 0.85
Calls
1
probeHubSocket
Function · 0.85
Tested by
no test coverage detected