MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / isDatabaseInitialized

Function isDatabaseInitialized

server/src/db/client.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 * Check if database is initialized
147 */
148export function isDatabaseInitialized(): boolean {
149 return pool !== null;
150}
151
152/** Escape SQL LIKE pattern metacharacters (\\, %, _) in a single pass. */
153export function escapeLikePattern(value: string): string {

Callers 15

startCleanupFunction · 0.85
incrementMethod · 0.85
decrementMethod · 0.85
resetKeyMethod · 0.85
resetAllMethod · 0.85
resetKeyMethod · 0.85
resetAllMethod · 0.85
flushMethod · 0.85
getTaskStoreFunction · 0.85
getIdempotencyStoreFunction · 0.85
getStoreFunction · 0.85
startSessionCleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected