Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/
Class
packages/storage/src/memory-bundle-model.ts:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
export
class
MemoryBundleBackupNotFoundError extends Error {
93
readonly code =
'backup_not_found'
;
94
95
constructor(readonly kind: MemoryBackupKind) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected