MCPcopy
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

valueOfFunction · 0.45
isFunction · 0.45

Calls 2

asImmutableMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected