MCPcopy Index your code
hub / github.com/inkeep/open-knowledge / isBatchInProgress

Function isBatchInProgress

packages/server/src/persistence.ts:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284}
285
286export function isBatchInProgress(): boolean {
287 return batchInProgress;
288}
289
290export interface StoreFailure {
291 code?: string;

Callers 3

onDiskEventFunction · 0.90
scheduleGitCommitFunction · 0.85
onStoreDocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected