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

Method SetRawID

ent/task_create.go:674–677  ·  view source on GitHub ↗
(t int)

Source from the content-addressed store, hash-verified

672}
673
674func (m *TaskCreate) SetRawID(t int) *TaskCreate {
675 m.mutation.SetRawID(t)
676 return m
677}
678
679// TaskCreateBulk is the builder for creating many Task entities in bulk.
680type TaskCreateBulk struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected