Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
286
export
function
isBatchInProgress(): boolean {
287
return
batchInProgress;
288
}
289
290
export
interface
StoreFailure {
291
code?: string;
Callers
3
onDiskEvent
Function · 0.90
scheduleGitCommit
Function · 0.85
onStoreDocument
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected