MCPcopy 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
29int RefObject::AddRef() {
30 m_refcounter++;
31 return m_refcounter;
32}
33
34int RefObject::Release() {
35 m_refcounter--;

Callers 8

LoadSettingsMethod · 0.45
StartSessionMethod · 0.45
CreateProfileMethod · 0.45
OnCommandMethod · 0.45
OnSelectProfileMethod · 0.45
AddChildMethod · 0.45
RemoveChildMethod · 0.45
CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected