MCPcopy
hub / github.com/Place1/wg-access-server / OnReconnect

Method OnReconnect

internal/storage/pgwatcher.go:50–52  ·  view source on GitHub ↗
(cb func())

Source from the content-addressed store, hash-verified

48}
49
50func (w *PgWatcher) OnReconnect(cb func()) {
51 w.Listener.OnReconnect(cb)
52}
53
54func (w *PgWatcher) emit(cb Callback, event *pgevents.TableEvent) {
55 device := &Device{}

Callers

nothing calls this directly

Calls 1

OnReconnectMethod · 0.65

Tested by

no test coverage detected