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

Method AddRef

binaryninjaapi.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 static RefCountObject* GetObject(RefCountObject* obj) { return obj; }
115
116 void AddRef() { m_refs.fetch_add(1); }
117
118 void Release()
119 {

Callers 4

RefMethod · 0.45
RefClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected