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

Method SetUploadSessionID

ent/entity_create.go:125–128  ·  view source on GitHub ↗

SetUploadSessionID sets the "upload_session_id" field.

(u uuid.UUID)

Source from the content-addressed store, hash-verified

123
124// SetUploadSessionID sets the "upload_session_id" field.
125func (ec *EntityCreate) SetUploadSessionID(u uuid.UUID) *EntityCreate {
126 ec.mutation.SetUploadSessionID(u)
127 return ec
128}
129
130// SetNillableUploadSessionID sets the "upload_session_id" field if the given value is not nil.
131func (ec *EntityCreate) SetNillableUploadSessionID(u *uuid.UUID) *EntityCreate {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected