MCPcopy Create free account
hub / github.com/cameri/nostream / stream

Method stream

src/@types/repositories.ts:27–27  ·  view source on GitHub ↗
(options?: Record<string, any>)

Source from the content-addressed store, hash-verified

25
26export interface IQueryResult<T> extends Pick<Promise<T>, keyof Promise<T> & ExposedPromiseKeys> {
27 stream(options?: Record<string, any>): PassThrough & AsyncIterable<T>
28}
29
30export interface IEventRepository {

Callers 2

fetchAndSendMethod · 0.80
runExportEventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected