MCPcopy 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
302func (*osSystem) ReadFile(name string) ([]byte, error) {
303 return os.ReadFile(name) //#nosec G304
304}
305
306func (*osSystem) Environ() []string {
307 return os.Environ()

Callers 2

loadTestdataFunction · 0.45
helpCopyEnvFileFunction · 0.45

Calls

no outgoing calls

Tested by 2

loadTestdataFunction · 0.36
helpCopyEnvFileFunction · 0.36