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

Method addToReferenceQueue

src/api/java/Optimize.java:424–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 }
423
424 @Override
425 void addToReferenceQueue() {
426 getContext().getReferenceQueue().storeReference(this, OptimizeRef::new);
427 }
428
429 private static class OptimizeRef extends Z3ReferenceQueue.Reference<Optimize> {
430

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected