Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_buffer
Method · 0.45
skip
Method · 0.45
read_python_string
Function · 0.45
read_primitive_item
Function · 0.45
RunEvolvingRoundTrip
Function · 0.45
main
Function · 0.45
assertTreeEqual
Function · 0.45
assertGraphEqual
Function · 0.45
TEST
Function · 0.45
write_type_info
Method · 0.45
write
Method · 0.45
write_data
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.36
write
Method · 0.36
unwrap
Function · 0.36
ensure_ok
Function · 0.36
read_next
Function · 0.36
append_serialized
Function · 0.36
run_test_buffer
Function · 0.36
run_test_buffer_var
Function · 0.36
run_test_murmur_hash3
Function · 0.36
run_test_skip_name_custom
Function · 0.36
run_test_list_array_compatible_nullable_list_to_array_error
Function · 0.36
TEST
Function · 0.36