(v: boolean)
| 1726 | } |
| 1727 | |
| 1728 | export function setCacheEditingHeaderLatched(v: boolean): void { |
| 1729 | STATE.cacheEditingHeaderLatched = v |
| 1730 | } |
| 1731 | |
| 1732 | export function getThinkingClearLatched(): boolean | null { |
| 1733 | return STATE.thinkingClearLatched |