Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nCtx
Method · 0.80
getContext
Method · 0.80
getNativeObject
Method · 0.80
Tested by
no test coverage detected