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

Class

MCP/setup.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const __dirname = path.dirname(__filename);
9
10class ProjectSetup {
11 constructor() {
12 this.projectRoot = __dirname;
13 this.dataDir = path.join(this.projectRoot, 'data');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected