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

Function IsNoOpFS

context/fs.go:45–48  ·  view source on GitHub ↗

IsNoOpFS reports whether the given "fileSystem" is a no operation fs.

(fileSystem fs.FS)

Source from the content-addressed store, hash-verified

43
44// IsNoOpFS reports whether the given "fileSystem" is a no operation fs.
45func IsNoOpFS(fileSystem fs.FS) bool {
46 _, ok := fileSystem.(noOpFS)
47 return ok
48}
49
50type httpFS struct {
51 fs http.FileSystem

Callers 4

initSetMethod · 0.92
loadMethod · 0.92
LoadMethod · 0.92
LoadMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…