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

Method dispose

apps/sim/lib/events/pubsub.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 publish(event: T): void
18 subscribe(handler: (event: T) => void): () => void
19 dispose(): void
20}
21
22interface PubSubChannelConfig {

Callers 3

executeCodeFunction · 0.65
executeTaskFunction · 0.65

Implementers 2

RedisPubSubChannelapps/sim/lib/events/pubsub.ts
LocalPubSubChannelapps/sim/lib/events/pubsub.ts

Calls

no outgoing calls

Tested by

no test coverage detected