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

Class

MCP/scripts/fetch-issues.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const __dirname = path.dirname(__filename);
12
13class IssuesFetcher {
14 constructor() {
15 this.baseURL = 'https://api.github.com/repos/chokcoco/iCSS/issues';
16 this.dbPath = path.join(__dirname, '../data/icss.db');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected