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

Method handleHealthcheck

engine/sync.go:512–514  ·  view source on GitHub ↗

handleHealthcheck handles a healthcheck notification.

(sn *SyncNote)

Source from the content-addressed store, hash-verified

510
511// handleHealthcheck handles a healthcheck notification.
512func (sc *syncClient) handleHealthcheck(sn *SyncNote) {
513 log.V(1).Infoln("Sync client received healthcheck notification")
514}
515
516// handleOverride handles an override notification.
517func (sc *syncClient) handleOverride(sn *SyncNote) {

Callers 1

handleNoteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected