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

Function SetError

contrib/libs/flatbuffers/src/binary_annotator.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22static void SetError(BinaryRegionComment &comment, BinaryRegionStatus status,
23 std::string message = "") {
24 comment.status = status;
25 comment.status_message = message;
26}
27
28static BinaryRegion MakeBinaryRegion(
29 const uint64_t offset = 0, const uint64_t length = 0,

Callers 12

ReadMethod · 0.85
WriteMethod · 0.85
ReadMethod · 0.85
WriteMethod · 0.85
GenerateMissingSectionFunction · 0.85
BuildHeaderMethod · 0.85
GetOrBuildVTableMethod · 0.85
BuildTableMethod · 0.85
BuildStructMethod · 0.85
BuildStringMethod · 0.85
BuildVectorMethod · 0.85
FixMissingRegionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected