| 151 | } |
| 152 | |
| 153 | GenerateOptions ControllableAnthropicClient::getLastStreamOptions() const { |
| 154 | return last_generate_options_; |
| 155 | } |
| 156 | |
| 157 | int ControllableAnthropicClient::getCallCount() const { |
| 158 | return call_count_; |
nothing calls this directly
no outgoing calls
no test coverage detected