MCPcopy
hub / github.com/opentrace/opentrace / User

Interface User

tests/fixtures/typescript/project/db.ts:19–23  ·  tests/fixtures/typescript/project/db.ts::User

Source from the content-addressed store, hash-verified

17import Database from class="st">"better-sqlite3";
18
19interface User {
20 id: number;
21 name: string;
22 email: string;
23}
24
25export class UserDatabase {
26 private db: Database.Database;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected