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

Method startAutoLoad

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

Source from the content-addressed store, hash-verified

163
164 /// Persister.startAutoLoad
165 startAutoLoad(initialContent?: Content | (() => Content)): Promise<this>;
166
167 /// Persister.stopAutoLoad
168 stopAutoLoad(): Promise<this>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected