MCPcopy Create free account
hub / github.com/tinyplex/tinybase / forEachValue

Method forEachValue

src/@types/store/index.d.ts:643–643  ·  view source on GitHub ↗
(valueCallback: ValueCallback)

Source from the content-addressed store, hash-verified

641
642 /// Store.forEachValue
643 forEachValue(valueCallback: ValueCallback): void;
644
645 /// Store.addHasTablesListener
646 addHasTablesListener(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected