(content: string | null)
| 1205 | } |
| 1206 | |
| 1207 | export function setCachedClaudeMdContent(content: string | null): void { |
| 1208 | STATE.cachedClaudeMdContent = content |
| 1209 | } |
| 1210 | |
| 1211 | export function getCachedClaudeMdContent(): string | null { |
| 1212 | return STATE.cachedClaudeMdContent |