Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ valueOf
Method
valueOf
__tests__/Set.ts:370–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
}
369
370
valueOf() {
371
return
this.asImmutable().toString();
372
}
373
}
374
it(
'with mutations'
, () => {
375
const
testSet = Set().withMutations((mutableSet) => {
Callers
2
valueOf
Function · 0.45
is
Function · 0.45
Calls
2
asImmutable
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected