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

Method getStatusView

src/auth/runtime/LeaseManager.ts:39–44  ·  view source on GitHub ↗
(
    options: ResolveLeaseOptions = {},
  )

Source from the content-addressed store, hash-verified

37 }
38
39 async getStatusView(
40 options: ResolveLeaseOptions = {},
41 ): Promise<ContinuityStatusView> {
42 const { lease, session } = await this.resolveLocalSessionAndLease(options)
43 return buildContinuityStatusView(session, lease, options)
44 }
45}
46
47const leaseManager = new DefaultLeaseManager()

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected