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

Function json

github-actions/browserstack/set-browserstack-env.js:5812–5814  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5810 },
5811 arrayBuffer() {
5812 return consumeBody(this, (bytes) => {
5813 return new Uint8Array(bytes).buffer;
5814 }, instance);
5815 },
5816 text() {
5817 return consumeBody(this, utf8DecodeBytes, instance);

Callers

nothing calls this directly

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected