MCPcopy 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
29static bool isError(const FunctionCallResolution& r) {
30 return r.getStatus() == FunctionCallStatus::Error;
31}
32
33// ============================================================================
34// AndFunctionCall

Callers 1

TEST_FFunction · 0.70

Calls 1

getStatusMethod · 0.80

Tested by

no test coverage detected