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

Method load

src/@types/persisters/index.d.ts:162–162  ·  view source on GitHub ↗
(initialContent?: Content | (() => Content))

Source from the content-addressed store, hash-verified

160 //
161 /// Persister.load
162 load(initialContent?: Content | (() => Content)): Promise<this>;
163
164 /// Persister.startAutoLoad
165 startAutoLoad(initialContent?: Content | (() => Content)): Promise<this>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected