MCPcopy
hub / github.com/coder/mux / debug

Method debug

src/browser/utils/RefreshController.ts:155–159  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

153 }
154 }
155 private debug(message: string): void {
156 if (this.debugLabel) {
157 console.debug(`[RefreshController:${this.debugLabel}] ${message}`);
158 }
159 }
160
161 /**
162 * Schedule a rate-limited refresh with trailing debounce.

Callers 15

scheduleWithDelayMethod · 0.95
requestImmediateMethod · 0.95
tryRefreshMethod · 0.95
handleFailureMethod · 0.95
checkWorkspaceStatusMethod · 0.80
fetchWorkspaceMethod · 0.80
subscribeMethod · 0.80
startStreamMethod · 0.80
checkLaunchProjectFunction · 0.80
preload.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected