MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / toolStart

Function toolStart

bin/tui.js:224–226  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

222// ─── Tool indicators ─────────────────────────────────────────────────────────
223
224function toolStart(name) {
225 return ` ${chalk.cyan('⚙')} ${fitAnsi(chalk.cyan(name), 14)} │ `;
226}
227
228function toolSuccess(msg, ms) {
229 return `${chalk.green('✓')} ${chalk.white(msg)} ${chalk.gray('(' + ms + 'ms)')}`;

Callers

nothing calls this directly

Calls 1

fitAnsiFunction · 0.85

Tested by

no test coverage detected