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

Function makeProtoPath

lib/config/proto.cc:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155ProtoField makeProtoPath(
156 google::protobuf::Message* message, const std::string& path)
157{
158 return resolveProtoPath(message, path, /* create= */ true);
159}
160
161ProtoField findProtoPath(
162 google::protobuf::Message* message, const std::string& path)

Callers 1

setProtoByStringFunction · 0.85

Calls 1

resolveProtoPathFunction · 0.85

Tested by

no test coverage detected