Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ AddRef
Method
AddRef
src/RefObject.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
int RefObject::AddRef() {
30
m_refcounter++;
31
return m_refcounter;
32
}
33
34
int RefObject::Release() {
35
m_refcounter--;
Callers
8
LoadSettings
Method · 0.45
StartSession
Method · 0.45
CreateProfile
Method · 0.45
OnCommand
Method · 0.45
OnSelectProfile
Method · 0.45
AddChild
Method · 0.45
RemoveChild
Method · 0.45
CopyTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected