MCPcopy
hub / github.com/sourcegraph/checkup / NewResult

Function NewResult

types/result.go:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func NewResult() Result {
49 return Result{
50 Timestamp: Timestamp(),
51 }
52}
53
54// ComputeStats computes basic statistics about r.
55func (r Result) ComputeStats() Stats {

Callers 5

CheckMethod · 0.92
CheckMethod · 0.92
CheckMethod · 0.92
CheckMethod · 0.92
CheckMethod · 0.92

Calls 1

TimestampFunction · 0.85

Tested by

no test coverage detected