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

Method addToReferenceQueue

src/api/java/Goal.java:265–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 @Override
266 void addToReferenceQueue() {
267 getContext().getReferenceQueue().storeReference(this, GoalRef::new);
268 }
269
270 private static class GoalRef extends Z3ReferenceQueue.Reference<Goal> {
271

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected