Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
const
__dirname = dirname(__filename);
5
import
fs from
'fs'
;
6
class
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