Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ helper_error
Function
helper_error
cpp/fory/util/result_test.cc:230–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
Result<void, Error> helper_ok() { return Result<void, Error>(); }
229
230
Result<void, Error> helper_error() {
231
return Unexpected(Error::invalid(
"test error"
));
232
}
233
234
Result<int, Error> compute_ok() { return 42; }
235
Callers
1
TEST_F
Function · 0.85
Calls
1
Unexpected
Class · 0.85
Tested by
no test coverage detected