MCPcopy Create free account
hub / github.com/apache/brpc / set_bad

Method set_bad

src/mcpack2pb/parser.h:77–77  ·  view source on GitHub ↗

If the error prevents parsing from going on, call this method. This method is also called in other functions in this class.

Source from the content-addressed store, hash-verified

75 // If the error prevents parsing from going on, call this method.
76 // This method is also called in other functions in this class.
77 void set_bad() { _good = false; }
78
79private:
80 bool _good;

Callers 15

set_badMethod · 0.45
set_badMethod · 0.45
set_badMethod · 0.45
add_primitiveFunction · 0.45
add_primitivesFunction · 0.45
add_binary_internalFunction · 0.45
add_pending_nullsFunction · 0.45
add_null_internalFunction · 0.45
add_empty_array_internalFunction · 0.45
begin_object_internalMethod · 0.45
end_object_internalMethod · 0.45
begin_array_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected