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

Method constructor

cli/commands/endpoints/create.js:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36class EndpointsCreateCommand extends Command {
37
38 constructor() {
39
40 super('endpoints', 'create');
41
42 }
43
44 help() {
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected