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

Method getStatusView

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

Source from the content-addressed store, hash-verified

668 }
669
670 async getStatusView(): Promise<AuthStatusView> {
671 const session = await this.resolveSession()
672 return buildAuthStatusView(session)
673 }
674}
675
676const authRuntime = new DefaultAuthRuntime()

Callers

nothing calls this directly

Calls 2

resolveSessionMethod · 0.95
buildAuthStatusViewFunction · 0.85

Tested by

no test coverage detected