Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/trekhleb/javascript-algorithms
/ HashTable.test.js
File
HashTable.test.js
src/data-structures/hash-table/__test__/HashTable.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
HashTable from
'../HashTable'
;
2
3
describe(
'HashTable'
, () => {
4
it(
'should create hash table of certain size'
, () => {
Callers
nothing calls this directly
Calls
8
has
Method · 0.80
getKeys
Method · 0.80
getValues
Method · 0.80
hash
Method · 0.45
set
Method · 0.45
toString
Method · 0.45
get
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected