()
| 1209 | } |
| 1210 | |
| 1211 | export function getCachedClaudeMdContent(): string | null { |
| 1212 | return STATE.cachedClaudeMdContent |
| 1213 | } |
| 1214 | |
| 1215 | export function addToInMemoryErrorLog(errorInfo: { |
| 1216 | error: string |
no outgoing calls
no test coverage detected