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

Class AndFunctionCallTest

tests/cpp/function_call/builtins_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// ============================================================================
36
37class AndFunctionCallTest : public ::testing::Test {
38protected:
39 AndFunctionCall fc;
40};
41
42TEST_F(AndFunctionCallTest, AllTrue_ReturnsTrue) {
43 auto r = fc.execute({{"values", json::array({true, true, true})}});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected