MCPcopy
hub / github.com/streetwriters/notesnook / IStreamable

Interface IStreamable

packages/crypto/src/interfaces.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30} from "./types.js";
31
32export interface IStreamable {
33 read(): Promise<Chunk | undefined>;
34 write(chunk: Chunk | undefined): Promise<void>;
35}
36
37export interface INNCrypto {
38 encrypt<TOutputFormat extends DataFormat>(

Callers

nothing calls this directly

Implementers 5

NodeStorageInterfacepackages/core/__mocks__/node-storage.m
Indexerpackages/core/src/database/indexer.ts
KVStoragepackages/core/src/database/kv.ts
NNStorageapps/web/src/interfaces/storage.ts
KVapps/mobile/app/common/database/storag

Calls

no outgoing calls

Tested by

no test coverage detected