MCPcopy Create free account
hub / github.com/NativeScript/android / contains

Method contains

test-app/runtime/src/main/cpp/robin_hood.h:1913–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1911 }
1912
1913 bool contains(const key_type& key) const { // NOLINT(modernize-use-nodiscard)
1914 return 1U == count(key);
1915 }
1916
1917 template <typename OtherKey, typename Self_ = Self>
1918 // NOLINTNEXTLINE(modernize-use-nodiscard)

Callers 15

toContainFunction · 0.45
toHaveBeenCalledWithFunction · 0.45
onMessageMethod · 0.45
logcatContainsStringMethod · 0.45
getLogcatMethod · 0.45
generateBindingMethod · 0.45
isActivityClassMethod · 0.45
isApplicationClassMethod · 0.45
isServiceClassMethod · 0.45

Calls 1

countClass · 0.85

Tested by 15

onMessageMethod · 0.36
logcatContainsStringMethod · 0.36
getLogcatMethod · 0.36
generateBindingMethod · 0.36
isActivityClassMethod · 0.36
isApplicationClassMethod · 0.36
isServiceClassMethod · 0.36
isAndroidWorkerClassMethod · 0.36
isSubTypeCompatibleMethod · 0.36