MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / findProtoPath

Function findProtoPath

lib/config/proto.cc:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161ProtoField findProtoPath(
162 google::protobuf::Message* message, const std::string& path)
163{
164 return resolveProtoPath(message, path, /* create= */ false);
165}
166
167static bool parseBoolean(const std::string& value)
168{

Callers 1

getProtoByStringFunction · 0.85

Calls 1

resolveProtoPathFunction · 0.85

Tested by

no test coverage detected