(_state: CachedMCState)
| 95 | } |
| 96 | |
| 97 | export function markToolsSentToAPI(_state: CachedMCState): void {} |
| 98 | |
| 99 | export function resetCachedMCState(state: CachedMCState): void { |
| 100 | state.pinnedEdits.length = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected