MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / use_count

Function use_count

include/daScript/misc/gc_node.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 __forceinline void addRef() {}
69 __forceinline bool delRef() { return false; }
70 __forceinline unsigned int use_count() const { return 1; }
71 };
72
73 // Optional diagnostic hook: given a node, write a short source location

Callers 1

logMemInfoMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected