Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IsValidForDataCallback
Method · 0.45
GetLinesForDataCallback
Method · 0.45
Ref
Method · 0.45
Ref
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected