| 8 | namespace agenui { |
| 9 | |
| 10 | FunctionCallManager::FunctionCallManager() { |
| 11 | } |
| 12 | |
| 13 | FunctionCallManager::~FunctionCallManager() { |
| 14 | // NOTE: IPlatformFunction* pointers stored in _functionCalls are owned by the caller (platform/JNI layer). |
nothing calls this directly
no outgoing calls
no test coverage detected