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

Method SetRawID

ent/metadata_create.go:560–563  ·  view source on GitHub ↗
(t int)

Source from the content-addressed store, hash-verified

558}
559
560func (m *MetadataCreate) SetRawID(t int) *MetadataCreate {
561 m.mutation.SetRawID(t)
562 return m
563}
564
565// MetadataCreateBulk is the builder for creating many Metadata entities in bulk.
566type MetadataCreateBulk struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected