| 479 | } |
| 480 | |
| 481 | GenericObject::GenericObject(remote_addr_t addr, std::string classname) |
| 482 | : d_addr(addr) |
| 483 | , d_classname(std::move(classname)) |
| 484 | { |
| 485 | } |
| 486 | |
| 487 | std::string |
| 488 | GenericObject::toString(ssize_t max_size) const |
nothing calls this directly
no outgoing calls
no test coverage detected