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

Method QueryPasskey

ent/user.go:306–308  ·  view source on GitHub ↗

QueryPasskey queries the "passkey" edge of the User entity.

()

Source from the content-addressed store, hash-verified

304
305// QueryPasskey queries the "passkey" edge of the User entity.
306func (u *User) QueryPasskey() *PasskeyQuery {
307 return NewUserClient(u.config).QueryPasskey(u)
308}
309
310// QueryTasks queries the "tasks" edge of the User entity.
311func (u *User) QueryTasks() *TaskQuery {

Callers

nothing calls this directly

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected