MCPcopy Create free account
hub / github.com/danielduarte/flowed / ValueQueueMap

Interface ValueQueueMap

src/engine/value-queue-manager.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type ValueQueue = AnyValue[];
4
5export interface ValueQueueMap {
6 [name: string]: ValueQueue;
7}
8
9// Everything needed to create a ValueQueueManager restoring a previous state
10export type SerializableValueQueueManager = ValueQueueMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected