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

Function isContinuationFrame

github-actions/saucelabs/set-saucelabs-env.js:17357–17359  ·  view source on GitHub ↗
(opcode)

Source from the content-addressed store, hash-verified

17355 }
17356 function websocketMessageReceived(ws, type, data) {
17357 if (ws[kReadyState] !== states.OPEN) {
17358 return;
17359 }
17360 let dataForEvent;
17361 if (type === opcodes.TEXT) {
17362 try {

Callers 2

isValidOpcodeFunction · 0.70
runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected