MCPcopy
hub / github.com/Wei-Shaw/sub2api / SetStatus

Method SetStatus

backend/ent/mutation.go:527–529  ·  view source on GitHub ↗

SetStatus sets the "status" field.

(s string)

Source from the content-addressed store, hash-verified

525
526// SetStatus sets the "status" field.
527func (m *APIKeyMutation) SetStatus(s string) {
528 m.status = &s
529}
530
531// Status returns the value of the "status" field in the mutation.
532func (m *APIKeyMutation) Status() (r string, exists bool) {

Callers 1

SetFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected