MCPcopy Index your code
hub / github.com/supabase/auth / mockReloadRecorder

Function mockReloadRecorder

internal/reloader/reloader_test.go:800–806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

798}
799
800func mockReloadRecorder() *reloadRecorder {
801 rr := &reloadRecorder{
802 configCh: make(chan *conf.GlobalConfiguration, 1024),
803 reloadCh: make(chan string, 1024),
804 }
805 return rr
806}
807
808type reloadRecorder struct {
809 configCh chan *conf.GlobalConfiguration

Callers 3

TestWatchSignalsFunction · 0.85
TestWatchNotifyFunction · 0.85
TestWatchPollerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…