MCPcopy Create free account
hub / github.com/nodejs/undici / get

Method get

test/fetch/formdata.js:281–283  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

279 }
280
281 get (key) {
282 return this.data.find(([k]) => k === key)
283 }
284 }
285
286 const form = new FormData()

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected