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

Method SetPassword

ent/mutation.go:11674–11676  ·  view source on GitHub ↗

SetPassword sets the "password" field.

(s string)

Source from the content-addressed store, hash-verified

11672
11673// SetPassword sets the "password" field.
11674func (m *ShareMutation) SetPassword(s string) {
11675 m.password = &s
11676}
11677
11678// Password returns the value of the "password" field in the mutation.
11679func (m *ShareMutation) Password() (r string, exists bool) {

Callers 1

SetFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected