Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
deref
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected