SetProps sets the "props" field.
(tp *types.FileProps)
| 133 | |
| 134 | // SetProps sets the "props" field. |
| 135 | func (fc *FileCreate) SetProps(tp *types.FileProps) *FileCreate { |
| 136 | fc.mutation.SetProps(tp) |
| 137 | return fc |
| 138 | } |
| 139 | |
| 140 | // SetStoragePolicyFiles sets the "storage_policy_files" field. |
| 141 | func (fc *FileCreate) SetStoragePolicyFiles(i int) *FileCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected