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

Method get

github-actions/saucelabs/set-saucelabs-env.js:2698–2700  ·  view source on GitHub ↗
(sessionKey)

Source from the content-addressed store, hash-verified

2696 this._sessionRegistry.register(session, sessionKey);
2697 }
2698 };
2699 } else {
2700 SessionCache = class SimpleSessionCache {
2701 constructor(maxCachedSessions) {
2702 this._maxCachedSessions = maxCachedSessions;
2703 this._sessionCache = /* @__PURE__ */ new Map();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected