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

Method addToReferenceQueue

src/api/java/Solver.java:538–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 }
537
538 @Override
539 void addToReferenceQueue() {
540 getContext().getReferenceQueue().storeReference(this, SolverRef::new);
541 }
542
543 private static class SolverRef extends Z3ReferenceQueue.Reference<Solver> {
544

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected