MCPcopy
hub / github.com/IceWhaleTech/CasaOS / ExecOpFile

Function ExecOpFile

service/file.go:133–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func ExecOpFile() {
134 len := len(OpStrArr)
135 if len == 0 {
136 return
137 }
138 if len > 1 {
139 len = 1
140 }
141 for i := 0; i < len; i++ {
142 go FileOperate(OpStrArr[i])
143 }
144}
145
146// file move or copy and send notify
147func CheckFileStatus() {

Callers 2

PostOperateFileOrDirFunction · 0.92
SendFileOperateNotifyMethod · 0.85

Calls 1

FileOperateFunction · 0.70

Tested by

no test coverage detected