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

Method AddReferenceCount

ent/entity_update.go:134–137  ·  view source on GitHub ↗

AddReferenceCount adds i to the "reference_count" field.

(i int)

Source from the content-addressed store, hash-verified

132
133// AddReferenceCount adds i to the "reference_count" field.
134func (eu *EntityUpdate) AddReferenceCount(i int) *EntityUpdate {
135 eu.mutation.AddReferenceCount(i)
136 return eu
137}
138
139// SetStoragePolicyEntities sets the "storage_policy_entities" field.
140func (eu *EntityUpdate) SetStoragePolicyEntities(i int) *EntityUpdate {

Callers 1

AddReferenceCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected