MCPcopy Create free account
hub / github.com/codeaashu/claude-code / fmtCoord

Function fmtCoord

src/utils/computerUse/toolRendering.tsx:18–20  ·  view source on GitHub ↗
(c: [number, number] | undefined)

Source from the content-addressed store, hash-verified

16 duration?: number;
17};
18function fmtCoord(c: [number, number] | undefined): string {
19 return c ? `(${c[0]}, ${c[1]})` : '';
20}
21const RESULT_SUMMARY: Readonly<Partial<Record<string, string>>> = {
22 screenshot: 'Captured',
23 zoom: 'Captured',

Callers 1

renderToolUseMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected