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

Function NoError

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

Source from the content-addressed store, hash-verified

90}
91
92static CheckedError NoError() { return CheckedError(false); }
93
94template<typename T> static std::string TypeToIntervalString() {
95 return "[" + NumToString((flatbuffers::numeric_limits<T>::lowest)()) + "; " +

Callers 15

atotFunction · 0.85
atot<Offset<void>>Function · 0.85
atot<Offset64<void>>Function · 0.85
ParseHexNumMethod · 0.85
SkipByteOrderMarkMethod · 0.85
NextMethod · 0.85
ExpectMethod · 0.85
ParseNamespacingMethod · 0.85
ParseTypeIdentMethod · 0.85
ParseTypeMethod · 0.85
AddFieldMethod · 0.85
ParseFieldMethod · 0.85

Calls 1

CheckedErrorClass · 0.85

Tested by

no test coverage detected