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

Function _temp2

src/components/ContextVisualization.tsx:483–485  ·  view source on GitHub ↗
(cat_0)

Source from the content-addressed store, hash-verified

481 return cat_1.name === RESERVED_CATEGORY_NAME;
482}
483function _temp2(cat_0) {
484 return cat_0.isDeferred && cat_0.name.includes("MCP");
485}
486function _temp(cat) {
487 return cat.tokens > 0 && cat.name !== "Free space" && cat.name !== RESERVED_CATEGORY_NAME && !cat.isDeferred;
488}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected