MCPcopy Index your code
hub / github.com/expr-lang/expr / BenchmarkNotNil

Function BenchmarkNotNil

internal/testify/assert/assertions_test.go:2514–2518  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

2512}
2513
2514func BenchmarkNotNil(b *testing.B) {
2515 for i := 0; i < b.N; i++ {
2516 NotNil(b, b)
2517 }
2518}
2519
2520func ExampleComparisonAssertionFunc() {
2521 t := &testing.T{} // provided by test

Callers

nothing calls this directly

Calls 1

NotNilFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…