| 148 | } |
| 149 | |
| 150 | engine::io::json::Value string(std::string value) { |
| 151 | return engine::io::json::Value::make_string(std::move(value)); |
| 152 | } |
| 153 | |
| 154 | engine::io::json::Value audio_summary_json(const engine::runtime::AudioBuffer & audio) { |
| 155 | if (audio.samples.empty()) { |
no outgoing calls
no test coverage detected