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

Function _temp2

src/tools/MCPTool/UI.tsx:258–261  ·  view source on GitHub ↗

* Parse content as a JSON object and return its entries. Null if content * doesn't parse, isn't an object, is too large, or has 0/too-many keys.

(t0)

Source from the content-addressed store, hash-verified

256 * doesn't parse, isn't an object, is too large, or has 0/too-many keys.
257 */
258function _temp2(t0) {
259 const [k_0] = t0;
260 return stringWidth(k_0);
261}
262function _temp(t0) {
263 const [k, v] = t0;
264 return `${k}: ${v}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected