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

Method get

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

Source from the content-addressed store, hash-verified

2678 if (this._sessionCache.size < this._maxCachedSessions) {
2679 return;
2680 }
2681 const ref = this._sessionCache.get(key);
2682 if (ref !== void 0 && ref.deref() === void 0) {
2683 this._sessionCache.delete(key);
2684 }
2685 });
2686 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
derefMethod · 0.45

Tested by

no test coverage detected