MCPcopy
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
58function buildMarker(label: string): string {
59 return `[[workspace-switch-tear:${label}]]`;
60}
61
62async function getFreePort(): Promise<number> {
63 return await new Promise((resolve, reject) => {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected