MCPcopy
hub / github.com/TecharoHQ/anubis / Func

FuncType Func

lib/policy/checker/checker.go:17–17  ·  view source on GitHub ↗
func(*http.Request) (bool, error)

Source from the content-addressed store, hash-verified

15}
16
17type Func func(*http.Request) (bool, error)
18
19func (f Func) Check(r *http.Request) (bool, error) {
20 return f(r)

Callers 2

CheckUAMethod · 0.92
CheckNetworkMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected