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

Method addToReferenceQueue

src/api/java/ApplyResult.java:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 void addToReferenceQueue() {
71 getContext().getReferenceQueue().storeReference(this, ApplyResultRef::new);
72 }
73
74 private static class ApplyResultRef extends Z3ReferenceQueue.Reference<ApplyResult> {
75

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected