MCPcopy Create free account
hub / github.com/WinterTC55/iter-streams / Shareable

Interface Shareable

src/types.ts:744–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742 * Shareable protocol - object can provide a Share.
743 */
744export interface Shareable {
745 [shareProtocol](options?: ShareOptions): Share;
746}
747
748/**
749 * SyncShareable protocol - object can provide a SyncShare.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected