MCPcopy Create free account
hub / github.com/Z3Prover/z3 / incRef

Method incRef

src/api/java/Probe.java:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 @Override
55 void incRef() {
56 Native.probeIncRef(getContext().nCtx(), getNativeObject());
57 }
58
59 @Override
60 void addToReferenceQueue() {

Callers

nothing calls this directly

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected