Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
subscribeChat
Method · 0.95
replayHistory
Method · 0.95
emitMetadata
Method · 0.95
setLegacyAutoRetryEnabledHint
Method · 0.95
getStartupAutoRetryModelHint
Method · 0.95
ensureMetadata
Method · 0.95
sendMessage
Method · 0.95
resumeStream
Method · 0.95
setAutoRetryEnabled
Method · 0.95
setAutoCompactionThreshold
Method · 0.95
interruptStream
Method · 0.95
queueMessage
Method · 0.95
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected