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

Function shouldRecurse

lib/config/proto.cc:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509static bool shouldRecurse(const google::protobuf::FieldDescriptor* f)
510{
511 if (f->type() != google::protobuf::FieldDescriptor::TYPE_MESSAGE)
512 return false;
513 return f->message_type()->options().GetExtension(::recurse);
514}
515
516std::map<std::string, const google::protobuf::FieldDescriptor*>
517findAllPossibleProtoFields(const google::protobuf::Descriptor* descriptor)

Callers 2

findAllProtoFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected