MCPcopy
hub / github.com/simstudioai/sim / unsubscribe

Function unsubscribe

apps/sim/stores/operation-queue/store.ts:463–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461
462 return new Promise((resolve) => {
463 let unsubscribe = () => {}
464 const timeout = setTimeout(() => {
465 unsubscribe()
466 resolve(false)

Callers 3

store.tsFile · 0.85
cleanupFunction · 0.85
runLocalPiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected