MCPcopy Index your code
hub / github.com/nodejs/node / delete

Method delete

deps/npm/lib/utils/queryable.js:275–281  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

273
274 // deletes the value of the property found at `query`
275 delete (query) {
276 setter({
277 data: this.#data,
278 key: query,
279 value: _delete,
280 })
281 }
282
283 toJSON () {
284 return this.#data

Callers 1

deleteMethod · 0.95

Calls 1

setterFunction · 0.70

Tested by

no test coverage detected