Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ close
Method
close
site/src/utils/reconnectingWebSocket.ts:66–66 ·
view source on GitHub ↗
(...args: unknown[])
Source
from the content-addressed store, hash-verified
64
interface
Closable {
65
addEventListener(event: string, handler: (...args: unknown[]) => void): void;
66
close(...args: unknown[]): void;
67
}
68
69
/**
Callers
15
Close
Method · 0.65
workspaceAgentRPC
Method · 0.65
Close
Method · 0.65
Acquire
Method · 0.65
TestAutoArchiveInactiveChats
Function · 0.65
TestDetectorNoJobs
Function · 0.65
TestDetectorNoHungJobs
Function · 0.65
TestDetectorHungWorkspaceBuild
Function · 0.65
TestDetectorHungWorkspaceBuildNoOverrideState
Function · 0.65
TestDetectorHungWorkspaceBuildNoOverrideStateIfNoExistingBuild
Function · 0.65
TestDetectorPendingWorkspaceBuildNoOverrideStateIfNoExistingBuild
Function · 0.65
TestDetectorWorkspaceBuildForDormantWorkspace
Function · 0.65
Implementers
2
WebSocket
site/src/testHelpers/storybook.tsx
OneWayWebSocket
site/src/utils/OneWayWebSocket.ts
Calls
no outgoing calls
Tested by
15
TestAutoArchiveInactiveChats
Function · 0.52
TestDetectorNoJobs
Function · 0.52
TestDetectorNoHungJobs
Function · 0.52
TestDetectorHungWorkspaceBuild
Function · 0.52
TestDetectorHungWorkspaceBuildNoOverrideState
Function · 0.52
TestDetectorHungWorkspaceBuildNoOverrideStateIfNoExistingBuild
Function · 0.52
TestDetectorPendingWorkspaceBuildNoOverrideStateIfNoExistingBuild
Function · 0.52
TestDetectorWorkspaceBuildForDormantWorkspace
Function · 0.52
TestDetectorHungOtherJobTypes
Function · 0.52
TestDetectorPendingOtherJobTypes
Function · 0.52
TestDetectorHungCanceledJob
Function · 0.52
TestDetectorPushesLogs
Function · 0.52