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

Function json

deps/undici/undici.js:6870–6872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6868 return consumeBody(this, utf8DecodeBytes, instance, getInternalState);
6869 },
6870 json() {
6871 return consumeBody(this, parseJSONFromBytes, instance, getInternalState);
6872 },
6873 formData() {
6874 return consumeBody(this, (value) => {
6875 const mimeType = bodyMimeType(getInternalState(this));

Callers 1

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected