MCPcopy 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

bytesFunction · 0.45
benchmark.jsFile · 0.45
fmtFunction · 0.45
getCacheKeyFunction · 0.45
hashFunction · 0.45
joinFunction · 0.45
CollectionImpl.jsFile · 0.45
WorkerContextProviderFunction · 0.45
EditorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected