Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ bytes
Method
bytes
github-actions/browserstack/set-browserstack-env.js:9722–9726 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9720
}
9721
on(ev, ...args) {
9722
if
(ev ===
"data"
|| ev ===
"readable"
) {
9723
this[kReading] = true;
9724
}
9725
return
super.on(ev, ...args);
9726
}
9727
addListener(ev, ...args) {
9728
return
this.on(ev, ...args);
9729
}
Callers
nothing calls this directly
Calls
2
__async
Function · 0.70
consume
Function · 0.70
Tested by
no test coverage detected