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

Method addToReferenceQueue

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

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 void addToReferenceQueue() {
61 getContext().getReferenceQueue().storeReference(this, ProbeRef::new);
62 }
63
64 private static class ProbeRef extends Z3ReferenceQueue.Reference<Probe> {
65

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected