(state)
| 299 | return state_0.toolPermissionContext.mode; |
| 300 | } |
| 301 | function _temp(state) { |
| 302 | return state.pendingWorkerRequest; |
| 303 | } |
| 304 | function renderToolUseMessage(tool: Tool, input: unknown, { |
| 305 | theme, |
| 306 | verbose, |
nothing calls this directly
no outgoing calls
no test coverage detected