Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ stopKeepalive
Method
stopKeepalive
apps/sim/lib/copilot/request/session/writer.ts:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
stopKeepalive(): void {
84
if
(this.keepaliveInterval) {
85
clearInterval(this.keepaliveInterval)
86
this.keepaliveInterval = null
87
}
88
}
89
90
publish(event: StreamEvent): void {
91
const
envelope = this.createEnvelope(event)
Callers
1
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected