MCPcopy Create free account
hub / github.com/Effect-TS/effect / size

Function size

packages/effect/src/internal/hashSet.ts:99–99  ·  view source on GitHub ↗
(self: HashSet<V>)

Source from the content-addressed store, hash-verified

97
98/** @internal */
99export const size = <V>(self: HashSet<V>): number => HashMap.size(keyMap(self))
100
101/** @internal */
102export const isEmpty = <V>(self: HashSet<V>): boolean => HashMap.isEmpty(keyMap(self))

Callers 1

[Equal.symbol]Function · 0.70

Calls 2

keyMapFunction · 0.85
sizeMethod · 0.65

Tested by

no test coverage detected