Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Release
Method
Release
binaryninjaapi.h:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
void AddRef() { m_refs.fetch_add(1); }
117
118
void Release()
119
{
120
if (m_refs.fetch_sub(1) == 1)
121
delete this;
122
}
123
};
124
125
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