| 201 | } |
| 202 | |
| 203 | engine::io::json::Value string(std::string value) { |
| 204 | return engine::io::json::Value::make_string(std::move(value)); |
| 205 | } |
| 206 | |
| 207 | engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) { |
| 208 | if (audio.samples.empty()) { |
no outgoing calls
no test coverage detected