MCPcopy Create free account
hub / github.com/di-sukharev/opencommit /

Class

out/cli.cjs:53045–53045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53043 if (this._maxCachedSessions === 0) {
53044 return;
53045 }
53046 this._sessionCache.set(sessionKey, new WeakRef(session));
53047 this._sessionRegistry.register(session, sessionKey);
53048 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected