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

Method slice

github-actions/saucelabs/set-saucelabs-env.js:5138–5141  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

5136 return this[kState].blobLike.arrayBuffer(...args);
5137 }
5138 slice(...args) {
5139 webidl.brandCheck(this, _FileLike);
5140 return this[kState].blobLike.slice(...args);
5141 }
5142 text(...args) {
5143 webidl.brandCheck(this, _FileLike);
5144 return this[kState].blobLike.text(...args);

Callers 15

validateCommitRangeFunction · 0.45
getSCMVersionsFunction · 0.45
_private_main.tsFile · 0.45
syncNodeJsFunction · 0.45
findCyclesMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
runTestFunction · 0.45

Calls

no outgoing calls

Tested by 2

mockTgzPackageFunction · 0.36