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

Method constructor

MCP/debug.js:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8class DebugTester {
9 constructor() {
10 this.db = null;
11 this.searchEngine = null;
12 this.isReady = false;
13 }
14
15 async init() {
16 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected