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

Method good

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

Returns false if error occurred in other consuming functions.

Source from the content-addressed store, hash-verified

71
72 // Returns false if error occurred in other consuming functions.
73 bool good() const { return _good; }
74
75 // If the error prevents parsing from going on, call this method.
76 // This method is also called in other functions in this class.

Callers 10

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
end_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected