Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/npm/node-semver
/ delete
Method
delete
internal/lrucache.js:21–23 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
19
}
20
21
delete (key) {
22
return
this.map.delete(key)
23
}
24
25
set (key, value) {
26
const
deleted = this.delete(key)
Callers
3
set
Method · 0.95
parseRange
Method · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected