Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TecharoHQ/anubis
/ Impl
Interface
Impl
lib/policy/checker/checker.go:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Impl
interface
{
13
Check(*http.Request) (bool, error)
14
Hash() string
15
}
16
17
type
Func
func
(*http.Request) (bool, error)
18
Callers
33
check
Method · 0.65
TestListCheck_AndSemantics
Function · 0.65
Check
Method · 0.65
Compile
Function · 0.65
TestASNChecker
Function · 0.65
TestGeoIPChecker
Function · 0.65
GetHealth
Function · 0.65
issueChallenge
Method · 0.65
maybeReverseProxy
Method · 0.65
checkRules
Method · 0.65
PassChallenge
Method · 0.65
Hash
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected