MCPcopy Create free account
hub / github.com/supabase/auth / Open

Method Open

internal/conf/confload/loader.go:294–296  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

292type osSystem struct{}
293
294func (*osSystem) Open(name string) (fs.File, error) {
295 return os.Open(name) //#nosec G304
296}
297
298func (*osSystem) ReadDir(name string) ([]fs.DirEntry, error) {
299 return os.ReadDir(name) //#nosec G304

Callers 10

DecryptMethod · 0.45
readFileMethod · 0.45
scanMethod · 0.45
DialContextFunction · 0.45
TestPopConnToStdFunction · 0.45
readFileFunction · 0.45
SetupSuiteMethod · 0.45
CreateIndexesFunction · 0.45
migrateFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestPopConnToStdFunction · 0.36
SetupSuiteMethod · 0.36