MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / initialize

Method initialize

coding-agent/src/context/database.ts:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 private initialize(): void {
62 const schemaPath = resolve(__dirname, 'schema.sql');
63 const schema = readFileSync(schemaPath, 'utf-8');
64 this.db.exec(schema);
65 }
66
67 // File operations
68 insertFile(file: FileRecord): number {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected