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

Method addToReferenceQueue

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

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 void addToReferenceQueue() {
58 getContext().getReferenceQueue().storeReference(this, SimplifierRef::new);
59 }
60
61 private static class SimplifierRef extends Z3ReferenceQueue.Reference<Simplifier> {
62

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected