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

Method clear

src/api/java/Z3ReferenceQueue.java:59–64  ·  view source on GitHub ↗

Clean all references currently in referenceQueue.

()

Source from the content-addressed store, hash-verified

57 * Clean all references currently in {@code referenceQueue}.
58 */
59 private void clear() {
60 Reference<?> ref;
61 while ((ref = (Reference<?>)referenceQueue.poll()) != null) {
62 ref.cleanup(ctx);
63 }
64 }
65
66 /**
67 * Clean all references stored in {@code referenceList},

Callers 1

storeReferenceMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected