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

Method SetRawID

ent/setting_create.go:466–469  ·  view source on GitHub ↗
(t int)

Source from the content-addressed store, hash-verified

464}
465
466func (m *SettingCreate) SetRawID(t int) *SettingCreate {
467 m.mutation.SetRawID(t)
468 return m
469}
470
471// SettingCreateBulk is the builder for creating many Setting entities in bulk.
472type SettingCreateBulk struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected