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

Method delete

lib/internal/mime.js:149–152  ·  view source on GitHub ↗

* @param {string} name * @returns {void}

(name)

Source from the content-addressed store, hash-verified

147 * @returns {void}
148 */
149 delete(name) {
150 this.#parse();
151 this.#data.delete(name);
152 }
153
154 get(name) {
155 this.#parse();

Callers

nothing calls this directly

Calls 2

#parseMethod · 0.95
deleteMethod · 0.65

Tested by

no test coverage detected