MCPcopy Create free account
hub / github.com/Snapchat/Valdi / FindAllFileNames

Method FindAllFileNames

valdi_protobuf/src/valdi_protobuf/DescriptorDatabase.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool DescriptorDatabase::FindAllFileNames(std::vector<std::string>* output) {
106 for (const auto& it : _index.files()) {
107 output->push_back(it.file_name());
108 }
109 return true;
110}
111
112std::vector<std::string> DescriptorDatabase::getAllSymbolNames() const {
113 std::vector<std::string> output;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64