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

Method formatName

cli/local_gateway.js:18–20  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

16 }
17
18 formatName (name) {
19 return chalk.grey(`[${chalk.green(this.name)}]`);
20 }
21
22 formatRequest (req) {
23 return chalk.grey(`(${chalk.yellow(req ? (req._background ? chalk.bold('bg:') : '') + req._uuid.split('-')[0] : 'GLOBAL')}) ${this.routename(req)}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected