Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/supabase/auth
/ fsNotifyWatcher
Struct
fsNotifyWatcher
internal/reloader/reloader.go:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
type
fsNotifyWatcher
struct
{
337
wr *fsnotify.Watcher
338
}
339
340
func
newFSWatcher() (watcher, error) {
341
wr, err := fsnotify.NewWatcher()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected