MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / isAsync

Method isAsync

core/src/function_call/agenui_functioncall_resolution.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool FunctionCallResolution::isAsync() const {
94 return _status == FunctionCallStatus::Pending || _status == FunctionCallStatus::Completed;
95}
96
97bool FunctionCallResolution::isCompleted() const {
98 return _status == FunctionCallStatus::Success || _status == FunctionCallStatus::Error || _status == FunctionCallStatus::Completed;

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64