| 553 | } |
| 554 | |
| 555 | remote_addr_t |
| 556 | Object::typeAddr() const |
| 557 | { |
| 558 | return d_type_addr; |
| 559 | } |
| 560 | |
| 561 | // Helpers for making overloaded lambdas in the variant visitor in Object::toString |
| 562 | template<class... Ts> |
nothing calls this directly
no outgoing calls
no test coverage detected