MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / MakeRef

Function MakeRef

src/TrieUtils.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17// Boolean references, Rough equivalent of `bool &`.
18export function MakeRef(): Ref {
19 return { value: false };
20}
21
22export function SetRef(ref: Ref): void {
23 if (ref) {

Callers 2

updateListFunction · 0.90
updateMapFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected