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

Method FunctionCallManager

core/src/function_call/agenui_functioncall_manager.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace agenui {
9
10FunctionCallManager::FunctionCallManager() {
11}
12
13FunctionCallManager::~FunctionCallManager() {
14 // NOTE: IPlatformFunction* pointers stored in _functionCalls are owned by the caller (platform/JNI layer).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected