MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / attachPersistQueue

Method attachPersistQueue

packages/sdk/src/session.ts:113–115  ·  view source on GitHub ↗
(module: PersistQueueModule)

Source from the content-addressed store, hash-verified

111 }
112
113 attachPersistQueue(module: PersistQueueModule): void {
114 this.persistQueueModule = module;
115 }
116
117 _fireError(e: PersistErrorEvent): void {
118 this.errorHandlers.forEach((h) => h(e));

Callers 1

openCompositionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected