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

Method addToReferenceQueue

src/api/java/RCFNum.java:352–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 }
351
352 @Override
353 void addToReferenceQueue() {
354 getContext().getReferenceQueue().storeReference(this, RCFNumRef::new);
355 }
356
357 private static class RCFNumRef extends Z3ReferenceQueue.Reference<RCFNum> {
358

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected