MCPcopy
hub / github.com/expr-lang/expr / ShouldRepeat

Method ShouldRepeat

patcher/operator_override.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (p *OperatorOverloading) ShouldRepeat() bool {
53 return p.applied
54}
55
56func (p *OperatorOverloading) FindSuitableOperatorOverload(l, r reflect.Type) (reflect.Type, string, bool) {
57 t, fn, ok := p.findSuitableOperatorOverloadInFunctions(l, r)

Callers 1

runVisitorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected