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

Method SetGUID

ent/oauthclient_update.go:424–427  ·  view source on GitHub ↗

SetGUID sets the "guid" field.

(s string)

Source from the content-addressed store, hash-verified

422
423// SetGUID sets the "guid" field.
424func (ocuo *OAuthClientUpdateOne) SetGUID(s string) *OAuthClientUpdateOne {
425 ocuo.mutation.SetGUID(s)
426 return ocuo
427}
428
429// SetNillableGUID sets the "guid" field if the given value is not nil.
430func (ocuo *OAuthClientUpdateOne) SetNillableGUID(s *string) *OAuthClientUpdateOne {

Callers 1

SetNillableGUIDMethod · 0.95

Calls 1

SetGUIDMethod · 0.45

Tested by

no test coverage detected