Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ count
Method
count
common/unordered_inline_set.h:505–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
}
504
505
size_type count( const Key& key ) const {
506
return find(key) != end();
507
}
508
template< class K >
509
size_type count( const K& x ) const {
510
return find<K>(x) != end();
Callers
1
alleq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected