Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
465
func
(t *timeoutResponseWriter) Header() http.Header {
466
t.Lock()
467
defer
t.Unlock()
468
469
return
t.header
470
}
471
472
func
(t *timeoutResponseWriter) Write(bytes []byte) (int, error) {
473
t.Lock()
Callers
1
finallyWrite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected