MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / AddRef

Method AddRef

view/sharedcache/core/refcountobject.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 virtual ~DSCRefCountObject() {}
37
38 virtual void AddRef() { m_refs.fetch_add(1); }
39
40 virtual void Release()
41 {

Callers 2

DSCRef<T>Method · 0.45
refcountobject.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected