Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ TestFalse
Function
TestFalse
internal/testify/require/requirements_test.go:130–139 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
TestFalse(t *testing.T) {
131
132
False(t, false)
133
134
mockT := new(MockT)
135
False(mockT, true)
136
if
!mockT.Failed {
137
t.Error(
"Check should fail"
)
138
}
139
}
140
141
func
TestContains(t *testing.T) {
142
Callers
nothing calls this directly
Calls
2
False
Function · 0.70
Error
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…