( _state: CachedMCState, _toolUseIds: string[], )
| 55 | } |
| 56 | |
| 57 | export function registerToolMessage( |
| 58 | _state: CachedMCState, |
| 59 | _toolUseIds: string[], |
| 60 | ): void {} |
| 61 | |
| 62 | export function getToolResultsToDelete(state: CachedMCState): string[] { |
| 63 | const config = getCachedMCConfig() |
nothing calls this directly
no outgoing calls
no test coverage detected