MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / RemoveRef

Method RemoveRef

src/hx/Debugger.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 void RemoveRef()
408 {
409 if (--mRefCount == 0)
410 delete this;
411 }
412
413 static int Add(String inClassName, String functionName)
414 {

Callers 5

AddMethod · 0.80
DeleteAllMethod · 0.80
DeleteMethod · 0.80
HandleBreakpointsMethod · 0.80
ReleaseBreakpointsLockedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected