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