MCPcopy
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

setMethod · 0.95
parseRangeMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected