MCPcopy Create free account
hub / github.com/Tencent/phxrpc / Parse

Method Parse

codegen/proto_utils.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56int ProtoUtils::Parse(const char *file, SyntaxTree *stree, const vector<string> &include_list) {
57 return Parse(file, stree, nullptr, include_list);
58}
59
60int ProtoUtils::Parse(const char *file, SyntaxTree *stree, map<string, bool> *parsed_file_map,
61 const vector<string> &include_list) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected