Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-cmp
/ assert
Function
assert
cmp/report.go:50–54 ·
view source on GitHub ↗
(ok bool)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
assert(ok bool) {
51
if
!ok {
52
panic(
"assertion failure"
)
53
}
54
}
Callers
9
FormatDiffSlice
Method · 0.85
formatDiffSlice
Method · 0.85
resolveReferences
Function · 0.85
FormatDiff
Method · 0.85
formatDiffList
Method · 0.85
PushStep
Method · 0.85
Report
Method · 0.85
Append
Method · 0.85
String
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…