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

Function makeTxHashSet

packages/effect/src/TxHashSet.ts:149–153  ·  view source on GitHub ↗
(ref: TxRef.TxRef<HashSet.HashSet<V>>)

Source from the content-addressed store, hash-verified

147}
148
149const makeTxHashSet = <V>(ref: TxRef.TxRef<HashSet.HashSet<V>>): TxHashSet<V> => {
150 const self = Object.create(TxHashSetProto)
151 self.ref = ref
152 return self
153}
154
155/**
156 * Creates an empty TxHashSet.

Callers 4

emptyFunction · 0.85
makeFunction · 0.85
fromIterableFunction · 0.85
fromHashSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected