| 144 | ); |
| 145 | |
| 146 | interface CodeBlockProps { |
| 147 | codeinfo?: string[]; |
| 148 | literal: string | null; |
| 149 | nodeKey?: string; |
| 150 | } |
| 151 | |
| 152 | export const CodeBlock = ({ |
| 153 | codeinfo, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…