Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ isError
Function
isError
tests/cpp/function_call/builtins_edge_cases_test.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
static bool isError(const FunctionCallResolution& r) {
32
return r.getStatus() == FunctionCallStatus::Error;
33
}
34
35
// ============================================================================
36
// RegexFunctionCall — Edge Cases
Callers
1
TEST_F
Function · 0.70
Calls
1
getStatus
Method · 0.80
Tested by
no test coverage detected