MCPcopy Create free account
hub / github.com/codicocodes/speedtyper.dev /

Class

packages/back-nest/src/sessions/session.entity.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@Entity({ name: 'sessions' })
11export class Session implements ISession {
12 @Index()
13 @Column('bigint')
14 expiredAt: number = Date.now();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected