Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 &`.
18
export
function
MakeRef(): Ref {
19
return
{ value: false };
20
}
21
22
export
function
SetRef(ref: Ref): void {
23
if
(ref) {
Callers
2
updateList
Function · 0.90
updateMap
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected