MCPcopy Index your code
hub / github.com/tinyplex/tinybase / loadValues

Function loadValues

src/persisters/common/database/tabular.ts:176–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 );
175
176 const loadValues = async (): Promise<Values | null> =>
177 valuesLoad
178 ? (
179 await loadTable(
180 valuesTableName,
181 DEFAULT_ROW_ID_COLUMN_NAME,
182 undefined,
183 valuesLoadValueIds,
184 )
185 )[SINGLE_ROW_ID]
186 : {};
187
188 const getPersisted = (): Promise<PersistedContent<Persist> | undefined> =>
189 transaction(async () => {

Callers 1

getPersistedFunction · 0.85

Calls 1

loadTableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…