MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / contains

Method contains

include/geode/basic/small_set.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 auto contains( const Type& element ) const
73 {
74 return absl::c_contains( container_, element );
75 }
76
77 auto insert( const Type& element )
78 {

Callers 5

has_componentMethod · 0.45
has_mapping_typeMethod · 0.45
operator==Method · 0.45
has_mapping_inputMethod · 0.45
has_mapping_outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected