MCPcopy
hub / github.com/axios/axios / [Symbol.iterator]

Method [Symbol.iterator]

lib/core/AxiosHeaders.js:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 }
272
273 [Symbol.iterator]() {
274 return Object.entries(this.toJSON())[Symbol.iterator]();
275 }
276
277 toString() {
278 return Object.entries(this.toJSON())

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
entriesMethod · 0.80

Tested by

no test coverage detected