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

Method addToReferenceQueue

src/api/java/Tactic.java:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 void addToReferenceQueue() {
103 //getContext().getTacticDRQ().storeReference(getContext(), this);
104 getContext().getReferenceQueue().storeReference(this, TacticRef::new);
105 }
106
107 private static class TacticRef extends Z3ReferenceQueue.Reference<Tactic> {
108

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected