SourceString implements the interface StatementGenerator.
()
| 237 | |
| 238 | // SourceString implements the interface StatementGenerator. |
| 239 | func (o *OrGen) SourceString() string { |
| 240 | return fmt.Sprintf(`Or(%s)`, sourceGenerators(o.children)) |
| 241 | } |
| 242 | |
| 243 | // Permutations implements the interface StatementGenerator. |
| 244 | func (o *OrGen) Permutations() *big.Int { |
nothing calls this directly
no test coverage detected