MCPcopy Index your code
hub / github.com/gajus/react-css-modules / get

Method get

src/SimpleMap.js:8–12  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

6 }
7
8 get (key) {
9 const index = this.keys.indexOf(key);
10
11 return this.values[index];
12 }
13
14 set (key, value) {
15 this.keys.push(key);

Callers 2

SimpleMap.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected