MCPcopy 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
31static bool isError(const FunctionCallResolution& r) {
32 return r.getStatus() == FunctionCallStatus::Error;
33}
34
35// ============================================================================
36// RegexFunctionCall — Edge Cases

Callers 1

TEST_FFunction · 0.70

Calls 1

getStatusMethod · 0.80

Tested by

no test coverage detected