Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ MockT
Struct
MockT
internal/testify/require/requirements_test.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
MockT
struct
{
27
Failed bool
28
}
29
30
func
(t *MockT) FailNow() {
31
t.Failed = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected