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

Method String

internal/reloader/handler.go:26–26  ·  view source on GitHub ↗

String implements fmt.Stringer by returning a string literal.

()

Source from the content-addressed store, hash-verified

24
25// String implements fmt.Stringer by returning a string literal.
26func (ah *AtomicHandler) String() string { return "reloader.AtomicHandler" }
27
28// Store will update this http.Handler to serve future requests using h.
29func (ah *AtomicHandler) Store(h http.Handler) {

Callers 2

TestAtomicHandlerRacesFunction · 0.95
TestAtomicHandlerFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestAtomicHandlerRacesFunction · 0.76
TestAtomicHandlerFunction · 0.76