Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
NewResult() Result {
49
return
Result{
50
Timestamp: Timestamp(),
51
}
52
}
53
54
// ComputeStats computes basic statistics about r.
55
func
(r Result) ComputeStats() Stats {
Callers
5
Check
Method · 0.92
Check
Method · 0.92
Check
Method · 0.92
Check
Method · 0.92
Check
Method · 0.92
Calls
1
Timestamp
Function · 0.85
Tested by
no test coverage detected