MCPcopy Create free account
hub / github.com/angular/dev-infra / parseJSONFromBytes

Function parseJSONFromBytes

github-actions/saucelabs/set-saucelabs-env.js:5883–5885  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

5881 }
5882 yield fullyReadBody(object[kState].body, successSteps, errorSteps);
5883 return promise.promise;
5884 });
5885 }
5886 function bodyUnusable(object) {
5887 const body = object[kState].body;
5888 return body != null && (body.stream.locked || util.isDisturbed(body.stream));

Callers

nothing calls this directly

Calls 1

utf8DecodeBytesFunction · 0.70

Tested by

no test coverage detected