| 230 | int32_t VibeVoiceTextTokenizer::speech_end_id() const noexcept { |
| 231 | return impl_->speech_end; |
| 232 | } |
| 233 | |
| 234 | int32_t VibeVoiceTextTokenizer::speech_diffusion_id() const noexcept { |
| 235 | return impl_->speech_diffusion; |
| 236 | } |
| 237 |
no outgoing calls
no test coverage detected