MCPcopy
hub / github.com/di-sukharev/opencommit / get

Method get

out/cli.cjs:53032–53035  ·  view source on GitHub ↗
(sessionKey)

Source from the content-addressed store, hash-verified

53030 return;
53031 }
53032 const ref = this._sessionCache.get(key);
53033 if (ref !== void 0 && ref.deref() === void 0) {
53034 this._sessionCache.delete(key);
53035 }
53036 });
53037 }
53038 get(sessionKey) {

Callers

nothing calls this directly

Calls 2

derefMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected