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

Function _temp

src/components/StructuredDiff/Fallback.tsx:122–124  ·  view source on GitHub ↗
(node, i)

Source from the content-addressed store, hash-verified

120
121// Transform lines to line objects with type information
122function _temp(node, i) {
123 return <Box key={i}>{node}</Box>;
124}
125export function transformLinesToObjects(lines: string[]): LineObject[] {
126 return lines.map(code => {
127 if (code.startsWith('+')) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected