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

Method has

lib/internal/mime.js:163–166  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

161 }
162
163 has(name) {
164 this.#parse();
165 return this.#data.has(name);
166 }
167
168 set(name, value) {
169 this.#parse();

Callers

nothing calls this directly

Calls 2

#parseMethod · 0.95
hasMethod · 0.65

Tested by

no test coverage detected