MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / contains

Method contains

705-design-hashset.rs:25–27  ·  view source on GitHub ↗
(&self, key: i32)

Source from the content-addressed store, hash-verified

23 }
24
25 fn contains(&self, key: i32) -> bool {
26 self.set.contains(&key)
27 }
28}
29
30fn main() {

Callers 15

count_vowel_substringsFunction · 0.80
self_dividing_numbersFunction · 0.80
count_consistent_stringsFunction · 0.80
is_happyMethod · 0.80
is_contain_zeroFunction · 0.80
missing_numberFunction · 0.80
dest_cityFunction · 0.80
num_of_stringsFunction · 0.80
string_matchingFunction · 0.80
find_differenceFunction · 0.80
reverse_vowelsFunction · 0.80
count_metaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected