MCPcopy
hub / github.com/google/seesaw / handleDesync

Method handleDesync

engine/sync.go:500–503  ·  view source on GitHub ↗

handleDesync handles a desync notification.

()

Source from the content-addressed store, hash-verified

498
499// handleDesync handles a desync notification.
500func (sc *syncClient) handleDesync() {
501 log.V(1).Infoln("Sync client desynchronised...")
502 // TODO(jsing): Fetch all state - config, healthchecks, overrides...
503}
504
505// handleConfigUpdate handles a config update notification.
506func (sc *syncClient) handleConfigUpdate(sn *SyncNote) {

Callers 1

handleNoteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected