MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / hashCode

Function hashCode

src/CollectionImpl.js:487–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 // ### Hashable Object
486
487 hashCode() {
488 return this.__hash || (this.__hash = hashCollection(this));
489 },
490
491 // ### Internal
492

Callers

nothing calls this directly

Calls 1

hashCollectionFunction · 0.90

Tested by

no test coverage detected