Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ isLocked
Function
isLocked
github-actions/browserstack/set-browserstack-env.js:9792–9794 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9790
this[kBody] = ReadableStreamFrom(this);
9791
if
(this[kConsume]) {
9792
this[kBody].getReader();
9793
assert(this[kBody].locked);
9794
}
9795
}
9796
return
this[kBody];
9797
}
Callers
1
isUnusable
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected