MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / count

Method count

deps/CVC4/context/cdhashmap.h:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 size_t count(const Key& k) const {
333 return d_map.count(k);
334 }
335
336 // If a key is not present, a new object is created and inserted
337 Element& operator[](const Key& k) {

Callers 1

valueExistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected