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

Function assertNotDestroyed

core/db.ts:58–60  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

56
57 const utils: ClientDbUtils = {
58 assertNotDestroyed(msg) {
59 assert(!isDestroyed, `${msg} - ClientDB is destroyed`);
60 },
61 };
62
63 const clientdb: ClientDb = {

Callers

nothing calls this directly

Calls 1

assertFunction · 0.90

Tested by

no test coverage detected