MCPcopy Create free account
hub / github.com/Singular/Singular / contains

Method contains

ppcc/adlib/map.h:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325template <typename K, typename V>
326bool Map<K, V>::contains(K key) {
327 V value;
328 return find(key, value);
329}
330
331template <typename K, typename V>
332Arr<K> *Map<K, V>::keys() {

Callers 7

MainFunction · 0.45
MainFunction · 0.45
intersect_withMethod · 0.45
eqMethod · 0.45
MainFunction · 0.45
MainFunction · 0.45
EmitEpilogueFunction · 0.45

Calls 1

findFunction · 0.85

Tested by 4

MainFunction · 0.36
MainFunction · 0.36
MainFunction · 0.36
MainFunction · 0.36