Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ toString
Method
toString
src/Set.js:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
toString() {
52
return
this.__toString(
'Set {'
,
'}'
);
53
}
54
55
// @pragma Access
56
Callers
9
bytes
Function · 0.45
benchmark.js
File · 0.45
fmt
Function · 0.45
getCacheKey
Function · 0.45
hash
Function · 0.45
join
Function · 0.45
CollectionImpl.js
File · 0.45
WorkerContextProvider
Function · 0.45
Editor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected