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

Function keySet

packages/effect/src/internal/hashMap/keySet.ts:6–8  ·  view source on GitHub ↗
(self: HashMap<K, V>)

Source from the content-addressed store, hash-verified

4
5/** @internal */
6export function keySet<K, V>(self: HashMap<K, V>): HashSet<K> {
7 return makeImpl(self)
8}

Callers

nothing calls this directly

Calls 1

makeImplFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…