Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/supabase/auth
/ Close
Method
Close
internal/reloader/reloader.go:331–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
329
type
watcher
interface
{
330
Add(path string) error
331
Close() error
332
Events()
chan
fsnotify.Event
333
Errors()
chan
error
334
}
Callers
15
ParseGetAdminAuditResponse
Function · 0.65
ParsePostAdminGenerateLinkResponse
Function · 0.65
ParseGetAdminSsoProvidersResponse
Function · 0.65
ParsePostAdminSsoProvidersResponse
Function · 0.65
ParseDeleteAdminSsoProvidersSsoProviderIdResponse
Function · 0.65
ParseGetAdminSsoProvidersSsoProviderIdResponse
Function · 0.65
ParsePutAdminSsoProvidersSsoProviderIdResponse
Function · 0.65
ParseGetAdminUsersResponse
Function · 0.65
ParseDeleteAdminUsersUserIdResponse
Function · 0.65
ParseGetAdminUsersUserIdResponse
Function · 0.65
ParsePutAdminUsersUserIdResponse
Function · 0.65
ParseGetAdminUsersUserIdFactorsResponse
Function · 0.65
Implementers
2
fsNotifyWatcher
internal/reloader/reloader.go
mockWatcher
internal/reloader/reloader.go
Calls
no outgoing calls
Tested by
15
TestEmalValidatorService
Function · 0.52
TestConnection
Function · 0.52
TestConnLimits
Function · 0.52
TestFetchURLWithTimeout
Function · 0.52
TestFetchAndValidateOIDCDiscovery_HappyPath
Function · 0.52
TestFetchAndValidateOIDCDiscovery_Non200Status
Function · 0.52
TestFetchAndValidateOIDCDiscovery_BodyExceedsCap
Function · 0.52
TestFetchAndValidateOIDCDiscovery_InvalidJSON
Function · 0.52
TestFetchAndValidateOIDCDiscovery_IssuerMismatch
Function · 0.52
TestRefreshTokenV2
Function · 0.52
TestIDTokenGeneration
Function · 0.52
TestGenerateAccessTokenAllowLowAAL
Function · 0.52