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

Method SetReferenceCount

ent/entity_create.go:744–748  ·  view source on GitHub ↗

SetReferenceCount sets the "reference_count" field.

(v int)

Source from the content-addressed store, hash-verified

742
743// SetReferenceCount sets the "reference_count" field.
744func (u *EntityUpsertOne) SetReferenceCount(v int) *EntityUpsertOne {
745 return u.Update(func(s *EntityUpsert) {
746 s.SetReferenceCount(v)
747 })
748}
749
750// AddReferenceCount adds v to the "reference_count" field.
751func (u *EntityUpsertOne) AddReferenceCount(v int) *EntityUpsertOne {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected