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

Function text

github-actions/saucelabs/set-saucelabs-env.js:5809–5811  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5807 }
5808 return new Blob2([bytes], { type: mimeType });
5809 }, instance);
5810 },
5811 arrayBuffer() {
5812 return consumeBody(this, (bytes) => {
5813 return new Uint8Array(bytes).buffer;
5814 }, instance);

Callers

nothing calls this directly

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected