MCPcopy
hub / github.com/codedogQBY/ReadAny / thread-queries.test.ts

File thread-queries.test.ts

packages/core/src/db/__tests__/thread-queries.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Thread } from "../../types";
2import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
3
4const mockExecute = vi.fn();

Callers

nothing calls this directly

Calls 7

getThreadsFunction · 0.85
getThreadFunction · 0.85
insertThreadFunction · 0.85
updateThreadTitleFunction · 0.85
updateThreadMemoryFunction · 0.85
deleteThreadFunction · 0.85
deleteThreadsByBookIdFunction · 0.85

Tested by

no test coverage detected