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

Method assertNotDisposed

src/node/services/agentSession.ts:5998–6000  ·  view source on GitHub ↗
(operation: string)

Source from the content-addressed store, hash-verified

5996 }
5997
5998 private assertNotDisposed(operation: string): void {
5999 assert(!this.disposed, `AgentSession.${operation} called after dispose`);
6000 }
6001}

Callers 15

subscribeChatMethod · 0.95
replayHistoryMethod · 0.95
emitMetadataMethod · 0.95
ensureMetadataMethod · 0.95
sendMessageMethod · 0.95
resumeStreamMethod · 0.95
setAutoRetryEnabledMethod · 0.95
interruptStreamMethod · 0.95
queueMessageMethod · 0.95

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected