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

Function _temp2

src/commands/copy/copy.tsx:320–325  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

318 return t13;
319}
320function _temp2(c) {
321 return {
322 ...c,
323 copyFullResponse: true
324 };
325}
326function _temp(block, index) {
327 const blockLines = countCharInString(block.code, "\n") + 1;
328 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected