Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/contains.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
int32_t main()
18
{
19
std::cout << contains(std::map<int32_t, int32_t>{{1, 2}}, 1) << std::endl;
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
contains
Function · 0.85
Tested by
no test coverage detected