MCPcopy Create free account
hub / github.com/kataras/iris / Open

Method Open

context/fs.go:42–42  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

40type noOpFS struct{}
41
42func (fileSystem noOpFS) Open(name string) (fs.File, error) { return nil, nil }
43
44// IsNoOpFS reports whether the given "fileSystem" is a no operation fs.
45func IsNoOpFS(fileSystem fs.FS) bool {

Callers 11

NewFunction · 0.45
NewFunction · 0.45
LoadOptionsFunction · 0.45
FSFunction · 0.45
OpenMethod · 0.45
ReadDirMethod · 0.45
FindNamesFunction · 0.45
FormFilesMethod · 0.45
SaveFormFileMethod · 0.45
ServeFileWithRateMethod · 0.45
AddFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected