Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ toString
Method
toString
__tests__/Map.ts:483–485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
481
it(
'uses toString on keys and values'
, () => {
482
class
A extends Record({ x: null as number | null }) {
483
override toString() {
484
return
this.x;
485
}
486
}
487
488
const
r =
new
A({ x: 2 });
Callers
7
Conversion.ts
File · 0.45
Range.ts
File · 0.45
issues.ts
File · 0.45
Map.ts
File · 0.45
flatten.ts
File · 0.45
valueOf
Method · 0.45
Record.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected