(content: string | null)
| 1183 | } |
| 1184 | |
| 1185 | export function setCachedClaudeMdContent(content: string | null): void { |
| 1186 | STATE.cachedClaudeMdContent = content |
| 1187 | } |
| 1188 | |
| 1189 | export function getCachedClaudeMdContent(): string | null { |
| 1190 | return STATE.cachedClaudeMdContent |