MCPcopy Index your code
hub / github.com/simstudioai/sim / attach

Method attach

apps/sim/lib/copilot/request/session/writer.ts:63–65  ·  view source on GitHub ↗
(controller: ReadableStreamDefaultController)

Source from the content-addressed store, hash-verified

61 }
62
63 attach(controller: ReadableStreamDefaultController): void {
64 this.controller = controller
65 }
66
67 startKeepalive(): void {
68 this.keepaliveInterval = setInterval(() => {

Callers 2

startFunction · 0.80
writer.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected