MCPcopy Create free account
hub / github.com/pydio/cells / SetupCmd

Method SetupCmd

common/sync/task/sync.go:236–238  ·  view source on GitHub ↗
(cmd *model.Command)

Source from the content-addressed store, hash-verified

234}
235
236func (s *Sync) SetupCmd(cmd *model.Command) {
237 s.cmd = cmd
238}
239
240// BroadcastCloseSession forwards session id to underlying batchers
241func (s *Sync) BroadcastCloseSession(sessionUuid string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected