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

Method SetFileChildren

ent/file_create.go:107–110  ·  view source on GitHub ↗

SetFileChildren sets the "file_children" field.

(i int)

Source from the content-addressed store, hash-verified

105
106// SetFileChildren sets the "file_children" field.
107func (fc *FileCreate) SetFileChildren(i int) *FileCreate {
108 fc.mutation.SetFileChildren(i)
109 return fc
110}
111
112// SetNillableFileChildren sets the "file_children" field if the given value is not nil.
113func (fc *FileCreate) SetNillableFileChildren(i *int) *FileCreate {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected