MCPcopy Create free account
hub / github.com/callstack/agent-device / formatSignedPixels

Function formatSignedPixels

src/utils/output.ts:496–498  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

494}
495
496function formatSignedPixels(value: number): string {
497 return value > 0 ? `+${value}` : String(value);
498}
499
500function formatScreenshotDiffHints(data: ScreenshotDiffResult): string[] {
501 const hints: string[] = [];

Callers 2

formatRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…