Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ exist
Method
exist
include/covscript/impl/symbols.hpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
mapping(std::initializer_list<std::pair<const Key, T>> l) : mDat(l) {}
163
164
bool exist(const Key &k) const {
165
return mDat.count(k) > 0;
166
}
167
168
const T &match(const Key &k) const
169
{
Callers
2
structure>
Method · 0.45
domain_manager
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected