MCPcopy Create free account
hub / github.com/Snapchat/djinni / id_binary

Method id_binary

test-suite/handwritten-src/cpp/test_helpers.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::vector<uint8_t> TestHelpers::id_binary(const std::vector<uint8_t> & v) {
168 return v;
169}
170
171djinni::Future<int32_t> TestHelpers::get_async_result() {
172 auto* p = new djinni::Promise<int32_t>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected