Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ Checker
Interface
Checker
rules/rules.go:10–12 ·
view source on GitHub ↗
Checker is a Rules checker.
Source
from the content-addressed store, hash-verified
8
9
// Checker is a Rules checker.
10
type
Checker
interface
{
11
Check(path string) bool
12
}
13
14
// Rule is a allow/disallow rule.
15
type
Rule
struct
{
Callers
8
NewFileInfo
Function · 0.65
readListing
Method · 0.65
tusPostHandler
Function · 0.65
tusHeadHandler
Function · 0.65
tusPatchHandler
Function · 0.65
getFiles
Function · 0.65
resourcePostHandler
Function · 0.65
resource.go
File · 0.65
Implementers
2
allowAllChecker
files/file_test.go
data
http/data.go
Calls
no outgoing calls
Tested by
no test coverage detected