| 305 | } |
| 306 | |
| 307 | auto Instance::inc_refcnt(ImplHandle const * object) -> u64 |
| 308 | { |
| 309 | return daxa_instance_inc_refcnt(rc_cast<daxa_Instance>(object)); |
| 310 | } |
| 311 | |
| 312 | auto Instance::dec_refcnt(ImplHandle const * object) -> u64 |
| 313 | { |
nothing calls this directly
no test coverage detected