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

Method SetRawID

ent/node_create.go:801–804  ·  view source on GitHub ↗
(t int)

Source from the content-addressed store, hash-verified

799}
800
801func (m *NodeCreate) SetRawID(t int) *NodeCreate {
802 m.mutation.SetRawID(t)
803 return m
804}
805
806// NodeCreateBulk is the builder for creating many Node entities in bulk.
807type NodeCreateBulk struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected