Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
interface
PubSubChannelConfig {
Callers
3
executeCode
Function · 0.65
executeTask
Function · 0.65
isolated-vm-worker.cjs
File · 0.65
Implementers
2
RedisPubSubChannel
apps/sim/lib/events/pubsub.ts
LocalPubSubChannel
apps/sim/lib/events/pubsub.ts
Calls
no outgoing calls
Tested by
no test coverage detected