MCPcopy Index your code
hub / github.com/coder/coder / url

Method url

site/src/utils/OneWayWebSocket.ts:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49export interface OneWayWebSocketApi<TData> {
50 get url(): string;
51
52 addEventListener: <TEvent extends WebSocketEventType>(
53 eventType: TEvent,

Callers 7

makeBedrockSchemaFunction · 0.65
makeCopilotSchemaFunction · 0.65
createUserFunction · 0.65
beforeCoderTestFunction · 0.65
toHavePathNameFunction · 0.65
toHavePathNameEndingWithFunction · 0.65

Implementers 1

OneWayWebSocketsite/src/utils/OneWayWebSocket.ts

Calls

no outgoing calls

Tested by

no test coverage detected