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

Method SetRawID

ent/share_create.go:806–809  ·  view source on GitHub ↗
(t int)

Source from the content-addressed store, hash-verified

804}
805
806func (m *ShareCreate) SetRawID(t int) *ShareCreate {
807 m.mutation.SetRawID(t)
808 return m
809}
810
811// ShareCreateBulk is the builder for creating many Share entities in bulk.
812type ShareCreateBulk struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected