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

Method AddRefInternal

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

Source from the content-addressed store, hash-verified

60 class DbgCoreRefCountObject
61 {
62 void AddRefInternal() { m_refs.fetch_add(1); }
63
64 void ReleaseInternal()
65 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected