Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/supabase/auth
/ ReadFile
Method
ReadFile
internal/conf/confload/loader.go:302–304 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
300
}
301
302
func
(*osSystem) ReadFile(name string) ([]byte, error) {
303
return
os.ReadFile(name)
//#nosec G304
304
}
305
306
func
(*osSystem) Environ() []string {
307
return
os.Environ()
Callers
2
loadTestdata
Function · 0.45
helpCopyEnvFile
Function · 0.45
Calls
no outgoing calls
Tested by
2
loadTestdata
Function · 0.36
helpCopyEnvFile
Function · 0.36