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

Function text

deps/undici/undici.js:6867–6869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6865 }, instance, getInternalState);
6866 },
6867 text() {
6868 return consumeBody(this, utf8DecodeBytes, instance, getInternalState);
6869 },
6870 json() {
6871 return consumeBody(this, parseJSONFromBytes, instance, getInternalState);
6872 },

Callers 15

testTextStringSourceFunction · 0.50
testPipeToWithTransformFunction · 0.50
roundTripFunction · 0.50
testBasicWriteReadFunction · 0.50
testMultipleWritesFunction · 0.50
testPushWithTransformsFunction · 0.50
testByteModeThroughFromFunction · 0.50
testByteModeThroughPullFunction · 0.50
testDelayedPushesFunction · 0.50
testEmptyStreamFunction · 0.50
testErrorPropagationFunction · 0.50

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected