MCPcopy Create free account
hub / github.com/catboost/catboost / DeserializeDoc

Function DeserializeDoc

contrib/libs/flatbuffers/src/idl_parser.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void DeserializeDoc(std::vector<std::string> &doc,
86 const Vector<Offset<String>> *documentation) {
87 if (documentation == nullptr) return;
88 for (uoffset_t index = 0; index < documentation->size(); index++)
89 doc.push_back(documentation->Get(index)->str());
90}
91
92static CheckedError NoError() { return CheckedError(false); }
93

Callers 1

DeserializeMethod · 0.85

Calls 4

sizeMethod · 0.45
push_backMethod · 0.45
strMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected