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

Method addToReferenceQueue

src/api/java/Params.java:133–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 @Override
134 void addToReferenceQueue() {
135 getContext().getReferenceQueue().storeReference(this, ParamsRef::new);
136 }
137
138 private static class ParamsRef extends Z3ReferenceQueue.Reference<Params> {
139

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected