Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ [kMockAgentSet]
Method
[kMockAgentSet]
github-actions/browserstack/set-browserstack-env.js:11605–11607 ·
view source on GitHub ↗
(origin, dispatcher)
Source
from the content-addressed store, hash-verified
11603
}
11604
get(origin) {
11605
let
dispatcher = this[kMockAgentGet](origin);
11606
if
(!dispatcher) {
11607
dispatcher = this[kFactory](origin);
11608
this[kMockAgentSet](origin, dispatcher);
11609
}
11610
return
dispatcher;
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected