MCPcopy
hub / github.com/brimdata/zui / PoolLoadArgs

Interface PoolLoadArgs

packages/zed-js/src/types.ts:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface PoolLoadArgs {
16 author: string;
17 date?: number;
18 body: string;
19 data: NodeJS.ReadableStream;
20 signal?: AbortSignal;
21}
22
23export interface PoolArgs {
24 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected