Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
template <typename K, typename V>
326
bool Map<K, V>::contains(K key) {
327
V value;
328
return find(key, value);
329
}
330
331
template <typename K, typename V>
332
Arr<K> *Map<K, V>::keys() {
Callers
7
Main
Function · 0.45
Main
Function · 0.45
intersect_with
Method · 0.45
eq
Method · 0.45
Main
Function · 0.45
Main
Function · 0.45
EmitEpilogue
Function · 0.45
Calls
1
find
Function · 0.85
Tested by
4
Main
Function · 0.36
Main
Function · 0.36
Main
Function · 0.36
Main
Function · 0.36