MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / CountByTimeRange

Method CountByTimeRange

inventory/user.go:89–89  ·  view source on GitHub ↗

CountByTimeRange count users by time range. Will return all records if start or end is nil.

(ctx context.Context, start, end *time.Time)

Source from the content-addressed store, hash-verified

87 MarkPasskeyUsed(ctx context.Context, uid int, keyId string) error
88 // CountByTimeRange count users by time range. Will return all records if start or end is nil.
89 CountByTimeRange(ctx context.Context, start, end *time.Time) (int, error)
90 // ListUsers list users with pagination.
91 ListUsers(ctx context.Context, args *ListUserParameters) (*ListUserResult, error)
92 // Upsert upserts a user.

Callers

nothing calls this directly

Implementers 1

userClientinventory/user.go

Calls

no outgoing calls

Tested by

no test coverage detected