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

Method callCount

tests/cpp/support/mock_platform_function.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 int callCount() const { return callCount_.load(); }
54
55 void clear() {
56 std::lock_guard<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected