MCPcopy Index your code
hub / github.com/callstack/agent-device / formatMuted

Function formatMuted

src/utils/output.ts:615–617  ·  view source on GitHub ↗
(text: string, useColor: boolean)

Source from the content-addressed store, hash-verified

613}
614
615function formatMuted(text: string, useColor: boolean): string {
616 return useColor ? colorize(text, 'dim') : text;
617}
618
619function buildSnapshotNotices(
620 data: Record<string, unknown>,

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected