MCPcopy Create free account
hub / github.com/nodejs/node / keys

Method keys

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

Source from the content-addressed store, hash-verified

197 }
198
199 *keys() {
200 this.#parse();
201 yield* this.#data.keys();
202 }
203
204 *values() {
205 this.#parse();

Callers

nothing calls this directly

Calls 2

#parseMethod · 0.95
keysMethod · 0.65

Tested by

no test coverage detected