MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / SetGUID

Method SetGUID

ent/mutation.go:8447–8449  ·  view source on GitHub ↗

SetGUID sets the "guid" field.

(s string)

Source from the content-addressed store, hash-verified

8445
8446// SetGUID sets the "guid" field.
8447func (m *OAuthClientMutation) SetGUID(s string) {
8448 m.guid = &s
8449}
8450
8451// GUID returns the value of the "guid" field in the mutation.
8452func (m *OAuthClientMutation) GUID() (r string, exists bool) {

Callers 4

SetFieldMethod · 0.95
CreateMethod · 0.45
migrateOAuthClientiOSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected