MCPcopy Index your code
hub / github.com/sourcegraph/checkup / Check

Method Check

interfaces.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8type Checker interface {
9 Type() string
10 Check() (types.Result, error)
11}
12
13// Storage can store results.

Callers 3

CheckMethod · 0.65
message.goFile · 0.65
root.goFile · 0.65

Implementers 6

fakecheckup_test.go
Checkercheck/http/http.go
Checkercheck/dns/dns.go
Checkercheck/exec/exec.go
Checkercheck/tls/tls.go
Checkercheck/tcp/tcp.go

Calls

no outgoing calls

Tested by

no test coverage detected