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

Method empty

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

Source from the content-addressed store, hash-verified

2113 }
2114
2115 ROBIN_HOOD(NODISCARD) bool empty() const noexcept {
2116 ROBIN_HOOD_TRACE(this)
2117 return 0 == mNumElements;
2118 }
2119
2120 float max_load_factor() const noexcept { // NOLINT(modernize-use-nodiscard)
2121 ROBIN_HOOD_TRACE(this)

Callers 15

PrepareV8RuntimeMethod · 0.45
threadLoopMethod · 0.45
IsRemoteUrlAllowedFunction · 0.45
InitMethod · 0.45
LoadImplMethod · 0.45
MetadataEntry.cppFile · 0.45
getRetTypeMethod · 0.45
ResolveHttpRelativeFunction · 0.45
ResolveModuleCallbackFunction · 0.45
ReThrowToV8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected