MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / initBackendPersist

Function initBackendPersist

src/plugins/backendPersist.ts:76–78  ·  view source on GitHub ↗
(fn: SaveFn)

Source from the content-addressed store, hash-verified

74 * Call once after services are initialized to enable write-back.
75 */
76export function initBackendPersist(fn: SaveFn): void {
77 saveFn = fn
78}
79
80/**
81 * Hydrate all registered stores from backend preferences data.

Callers 1

initPreferencesSyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected