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

Method UpdateCodeHash

pkg/ent/invitecode_create.go:875–879  ·  view source on GitHub ↗

UpdateCodeHash sets the "code_hash" field to the value that was provided on create.

()

Source from the content-addressed store, hash-verified

873
874// UpdateCodeHash sets the "code_hash" field to the value that was provided on create.
875func (u *InviteCodeUpsertBulk) UpdateCodeHash() *InviteCodeUpsertBulk {
876 return u.Update(func(s *InviteCodeUpsert) {
877 s.UpdateCodeHash()
878 })
879}
880
881// SetCodePrefix sets the "code_prefix" field.
882func (u *InviteCodeUpsertBulk) SetCodePrefix(v string) *InviteCodeUpsertBulk {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected