MCPcopy Create free account
hub / github.com/Vector35/debugger / AddRefInternal

Method AddRefInternal

api/debuggerapi.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 class DbgRefCountObject
27 {
28 void AddRefInternal() { m_refs.fetch_add(1); }
29
30 void ReleaseInternal()
31 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected