MCPcopy
hub / github.com/h2oai/wave / Arrow

Interface Arrow

ide/src/dataflow.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16export interface Disposable { dispose(): void }
17interface Arrow<T> extends Disposable { f: Eff<T> }
18
19export interface Box<T> extends Disposable {
20 (): T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…