()
| 1225 | } |
| 1226 | |
| 1227 | export function getCachedClaudeMdContent(): string | null { |
| 1228 | return STATE.cachedClaudeMdContent |
| 1229 | } |
| 1230 | |
| 1231 | export function addToInMemoryErrorLog(errorInfo: { |
| 1232 | error: string |
no outgoing calls
no test coverage detected