MCPcopy Create free account
hub / github.com/chokcoco/iCSS /

Class

MCP/test-inspiration.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const __dirname = path.dirname(__filename);
9
10class InspirationTester {
11 constructor() {
12 this.dbPath = path.join(__dirname, 'data', 'icss.db');
13 this.db = new Database.Database(this.dbPath, (err) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected