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

Method BroadcastCloseSession

common/sync/task/sync.go:241–245  ·  view source on GitHub ↗

BroadcastCloseSession forwards session id to underlying batchers

(sessionUuid string)

Source from the content-addressed store, hash-verified

239
240// BroadcastCloseSession forwards session id to underlying batchers
241func (s *Sync) BroadcastCloseSession(sessionUuid string) {
242 for _, b := range s.eventsBatchers {
243 b.ForceCloseSession(sessionUuid)
244 }
245}
246
247func (s *Sync) Capture(ctx context.Context, targetFolder string) error {
248

Callers

nothing calls this directly

Calls 1

ForceCloseSessionMethod · 0.80

Tested by

no test coverage detected