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

Method cppProtoToString

test-suite/handwritten-src/cpp/proto_test_helpers.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::string ProtoTests::cppProtoToString(const ::djinni::test2::PersistingState& x) {
38 return x.user_id();
39}
40
41::djinni::test2::PersistingState ProtoTests::stringToCppProto(const std::string& x) {
42 ::djinni::test2::PersistingState ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected