MCPcopy Index your code
hub / github.com/neetcode-gh/leetcode / 0706-design-hashmap.js

File 0706-design-hashmap.js

javascript/0706-design-hashmap.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var MyHashMap = function () {
2 this.map = new Map();
3};
4

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected