MCPcopy Create free account
hub / github.com/acode/cli / constructor

Method constructor

cli/commands/rebuild.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13class RebuildCommand extends Command {
14
15 constructor() {
16
17 super('rebuild');
18
19 }
20
21 help() {
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected