Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ buildMarker
Function
buildMarker
scripts/reproWorkspaceSwitchTearWeb.ts:58–60 ·
view source on GitHub ↗
(label: string)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
buildMarker(label: string): string {
59
return
`[[workspace-switch-tear:${label}]]`;
60
}
61
62
async
function
getFreePort(): Promise<number> {
63
return
await
new
Promise((resolve, reject) => {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected