| 28 | bool IsInActions() { return _add_event_actions; } |
| 29 | void SetInActions(bool set) { _add_event_actions = set; } |
| 30 | const char* GetAddress() const { return _ip; } |
| 31 | short GetPort() const { return _port; } |
| 32 | uint32_t GetPoolSize() {return _pool->GetLargeSize(); } |
| 33 | void ReleasePoolHalf() { _pool->ReleaseLargeHalf(); } |
nothing calls this directly
no outgoing calls
no test coverage detected