Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gajus/react-css-modules
/ set
Method
set
src/SimpleMap.js:14–20 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
12
}
13
14
set (key, value) {
15
this.keys.push(key);
16
this.values.push(value);
17
this.size = this.keys.length;
18
19
return
value;
20
}
21
}
Callers
2
generateAppendClassName.js
File · 0.80
SimpleMap.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected