Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
generateAppendClassName.js
File · 0.80
SimpleMap.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected