MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / inc_refcnt

Method inc_refcnt

src/cpp_wrapper.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Tested by

no test coverage detected