MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/scion / SetCodePrefix

Method SetCodePrefix

pkg/ent/invitecode_create.go:882–886  ·  view source on GitHub ↗

SetCodePrefix sets the "code_prefix" field.

(v string)

Source from the content-addressed store, hash-verified

880
881// SetCodePrefix sets the "code_prefix" field.
882func (u *InviteCodeUpsertBulk) SetCodePrefix(v string) *InviteCodeUpsertBulk {
883 return u.Update(func(s *InviteCodeUpsert) {
884 s.SetCodePrefix(v)
885 })
886}
887
888// UpdateCodePrefix sets the "code_prefix" field to the value that was provided on create.
889func (u *InviteCodeUpsertBulk) UpdateCodePrefix() *InviteCodeUpsertBulk {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected