MCPcopy Create free account
hub / github.com/expr-lang/expr / Comparison

FuncType Comparison

internal/testify/assert/assertions.go:53–53  ·  view source on GitHub ↗

Comparison is a custom function that returns true on success and false on failure

func() (success bool)

Source from the content-addressed store, hash-verified

51
52// Comparison is a custom function that returns true on success and false on failure
53type Comparison func() (success bool)
54
55/*
56 Helper functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…