MCPcopy Create free account
hub / github.com/clientdb/clientdb / initializeIndex

Function initializeIndex

core/queryIndex.ts:238–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 function initializeIndex() {
239 runInAction(() => {
240 store.items.forEach((entity) => {
241 handleUpdateRequest(entity);
242 });
243 });
244 }
245
246 initializeIndex();
247

Callers 1

createQueryFieldIndexFunction · 0.85

Calls 1

handleUpdateRequestFunction · 0.85

Tested by

no test coverage detected