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

Method Header

internal/api/middleware.go:465–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463}
464
465func (t *timeoutResponseWriter) Header() http.Header {
466 t.Lock()
467 defer t.Unlock()
468
469 return t.header
470}
471
472func (t *timeoutResponseWriter) Write(bytes []byte) (int, error) {
473 t.Lock()

Callers 1

finallyWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected