| 165 | } |
| 166 | |
| 167 | std::vector<uint8_t> TestHelpers::id_binary(const std::vector<uint8_t> & v) { |
| 168 | return v; |
| 169 | } |
| 170 | |
| 171 | djinni::Future<int32_t> TestHelpers::get_async_result() { |
| 172 | auto* p = new djinni::Promise<int32_t>(); |
nothing calls this directly
no outgoing calls
no test coverage detected