MCPcopy
hub / github.com/uber-go/nilaway / RichCheckNoop

Struct RichCheckNoop

assertion/function/assertiontree/rich_check_effect.go:233–233  ·  view source on GitHub ↗

A RichCheckNoop is a placeholder instance of RichCheckEffect that functions as a total noop. It is used to allow in place modification of collections of RichCheckEffects.

Source from the content-addressed store, hash-verified

231// A RichCheckNoop is a placeholder instance of RichCheckEffect that functions as a total noop.
232// It is used to allow in place modification of collections of RichCheckEffects.
233type RichCheckNoop struct{}
234
235func (RichCheckNoop) isTriggeredBy(ast.Expr) bool { return false }
236

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected