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

Function _temp3

src/components/ContextVisualization.tsx:480–482  ·  view source on GitHub ↗
(cat_1)

Source from the content-addressed store, hash-verified

478 return <Text key={colIndex} color={square.color}>{square.squareFullness >= 0.7 ? "\u26C1 " : "\u26C0 "}</Text>;
479}
480function _temp3(cat_1) {
481 return cat_1.name === RESERVED_CATEGORY_NAME;
482}
483function _temp2(cat_0) {
484 return cat_0.isDeferred && cat_0.name.includes("MCP");
485}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected