Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ NoOp
Struct
NoOp
diskcache/noop_cache.go:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
NoOp
struct
{
8
}
9
10
func
NewNoOp() *NoOp {
11
return
&NoOp{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected