Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ size
Method
size
Cache/LRUCache.js:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
get size() {
32
return
this.cache.size
33
}
34
35
get capacity() {
36
return
this.#capacity
Callers
1
UnionFind.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected