MCPcopy
hub / github.com/cloudreve/cloudreve / SetHomepageURL

Method SetHomepageURL

ent/mutation.go:8555–8557  ·  view source on GitHub ↗

SetHomepageURL sets the "homepage_url" field.

(s string)

Source from the content-addressed store, hash-verified

8553
8554// SetHomepageURL sets the "homepage_url" field.
8555func (m *OAuthClientMutation) SetHomepageURL(s string) {
8556 m.homepage_url = &s
8557}
8558
8559// HomepageURL returns the value of the "homepage_url" field in the mutation.
8560func (m *OAuthClientMutation) HomepageURL() (r string, exists bool) {

Callers 3

SetFieldMethod · 0.95
CreateMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected