MCPcopy Create free account
hub / github.com/contextgo/contextgo / sqliteContextStores.test.ts

File sqliteContextStores.test.ts

tests/unit/context-engine/sqliteContextStores.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from 'vitest';
2import type { AionUIDatabase } from '../../../src/process/services/database';
3import { createSqliteContextEngineDependencies } from '../../../src/process/services/database/context/SqliteContextStores';
4import { ContextServiceImpl } from '../../../src/process/services/context/ContextServiceImpl';

Callers

nothing calls this directly

Calls 9

pushMethod · 0.80
ingestSourceMethod · 0.80
retrieveMethod · 0.80
getMethod · 0.65
setMethod · 0.65
clearMethod · 0.65
upsertMethod · 0.65
listBySpaceMethod · 0.45

Tested by

no test coverage detected