MCPcopy Create free account
hub / github.com/chen3feng/toft / ParseFromValue

Method ParseFromValue

encoding/proto_json_format.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350bool ProtoJsonFormat::ParseFromValue(const Json::Value& input, Message* output) {
351 return ParseFromJsonValue(input, output);
352}
353
354} // namespace toft

Callers

nothing calls this directly

Calls 1

ParseFromJsonValueFunction · 0.85

Tested by

no test coverage detected