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

Function getProtoByString

lib/config/proto.cc:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495std::string getProtoByString(
496 google::protobuf::Message* message, const std::string& path)
497{
498 return findProtoPath(message, path).get();
499}
500
501std::set<unsigned> iterate(unsigned start, unsigned count)
502{

Callers 3

getMethod · 0.85
mainFluxfileLsFunction · 0.85
test_gettingFunction · 0.85

Calls 2

findProtoPathFunction · 0.85
getMethod · 0.45

Tested by 1

test_gettingFunction · 0.68