| 11 | void Any::TypeDescriptor<void>::deleter(void*) noexcept {} |
| 12 | |
| 13 | void Any::TypeDescriptor<void>::copy_constructor(void*, const void*) noexcept {} |
| 14 | |
| 15 | void* Any::TypeDescriptor<void>::copy_creater(const void*) noexcept { |
| 16 | return nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected