| 35 | } |
| 36 | |
| 37 | std::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; |
nothing calls this directly
no outgoing calls
no test coverage detected