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

Method subtype

lib/internal/mime.js:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 }
357
358 get subtype() {
359 return this.#subtype;
360 }
361
362 set subtype(v) {
363 v = `${v}`;

Callers

nothing calls this directly

Calls 1

toASCIILowerFunction · 0.85

Tested by

no test coverage detected