MCPcopy Create free account
hub / github.com/Noumena-Network/code / getCurrentSession

Method getCurrentSession

src/auth/runtime/AuthRuntime.ts:586–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 }
585
586 getCurrentSession(): ResolvedAuthSession {
587 const session = resolveSessionSnapshot()
588 this.cachedSession = session
589 return session
590 }
591
592 getCurrentManagedSession(): null | ResolvedAuthSession {
593 return buildManagedSessionSnapshot()

Callers 2

resolveSessionMethod · 0.95

Calls 1

resolveSessionSnapshotFunction · 0.85

Tested by

no test coverage detected