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

Method entries

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

Source from the content-addressed store, hash-verified

192 }
193
194 *entries() {
195 this.#parse();
196 yield* this.#data.entries();
197 }
198
199 *keys() {
200 this.#parse();

Callers

nothing calls this directly

Calls 1

#parseMethod · 0.95

Tested by

no test coverage detected