MCPcopy
hub / github.com/Doorman11991/smallcode / formatShort

Method formatShort

bin/token_monitor.js:66–69  ·  view source on GitHub ↗

* Format for display.

()

Source from the content-addressed store, hash-verified

64 * Format for display.
65 */
66 formatShort() {
67 const m = this.getMetrics();
68 return `${m.totalTokens} tok (${m.totalCalls} calls, ${m.efficiency} eff)`;
69 }
70
71 formatFull() {
72 const m = this.getMetrics();

Callers 2

runTUIFunction · 0.45
commands.jsFile · 0.45

Calls 1

getMetricsMethod · 0.95

Tested by

no test coverage detected