MCPcopy Create free account
hub / github.com/GlobalTechInfo/MEGA-MD /

Class

lib/commandHandler.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const __dirname = dirname(__filename);
5import fs from 'fs';
6class CommandHandler {
7 constructor() {
8 this.commands = new Map();
9 this.aliases = new Map();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected