MCPcopy Create free account
hub / github.com/apache/fory / ok

Method ok

cpp/fory/util/error.h:208–208  ·  view source on GitHub ↗

Returns true if this Error is in the "OK" (no error) state.

Source from the content-addressed store, hash-verified

206
207 /// Returns true if this Error is in the "OK" (no error) state.
208 bool ok() const { return ok_; }
209
210 ErrorCode code() const {
211 if (ok_) {

Callers 15

fill_bufferMethod · 0.45
skipMethod · 0.45
read_python_stringFunction · 0.45
read_primitive_itemFunction · 0.45
RunEvolvingRoundTripFunction · 0.45
mainFunction · 0.45
assertTreeEqualFunction · 0.45
assertGraphEqualFunction · 0.45
TESTFunction · 0.45
write_type_infoMethod · 0.45
writeMethod · 0.45
write_dataMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
writeMethod · 0.36
unwrapFunction · 0.36
ensure_okFunction · 0.36
read_nextFunction · 0.36
append_serializedFunction · 0.36
run_test_bufferFunction · 0.36
run_test_buffer_varFunction · 0.36
run_test_murmur_hash3Function · 0.36
TESTFunction · 0.36