Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ipotrick/Daxa
/ daxa_instance_inc_refcnt
Function
daxa_instance_inc_refcnt
src/impl_instance.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
auto daxa_instance_inc_refcnt(daxa_Instance self) -> u64
229
{
230
return self->inc_refcnt();
231
}
232
233
auto daxa_instance_dec_refcnt(daxa_Instance self) -> u64
234
{
Callers
1
inc_refcnt
Method · 0.85
Calls
1
inc_refcnt
Method · 0.45
Tested by
no test coverage detected