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

Method addToReferenceQueue

src/api/java/ASTMap.java:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 @Override
127 void addToReferenceQueue() {
128 getContext().getReferenceQueue().storeReference(this, ASTMapRef::new);
129 }
130
131 private static class ASTMapRef extends Z3ReferenceQueue.Reference<ASTMap> {
132

Callers

nothing calls this directly

Calls 3

storeReferenceMethod · 0.80
getReferenceQueueMethod · 0.80
getContextMethod · 0.80

Tested by

no test coverage detected