MCPcopy
hub / github.com/immutable-js/immutable-js / keyOf

Function keyOf

src/CollectionImpl.js:398–400  ·  view source on GitHub ↗
(searchValue)

Source from the content-addressed store, hash-verified

396 },
397
398 keyOf(searchValue) {
399 return this.findKey((value) => is(value, searchValue));
400 },
401
402 keySeq() {
403 return this.toSeq().map(keyMapper).toIndexedSeq();

Callers

nothing calls this directly

Calls 2

isFunction · 0.90
findKeyMethod · 0.80

Tested by

no test coverage detected