| 2376 | }; |
| 2377 | |
| 2378 | static bool is_designated_for_smoothing(const designation &designation) { |
| 2379 | return designation.td.bits.smooth == 1; |
| 2380 | } |
| 2381 | |
| 2382 | static bool is_designated_for_engraving(const designation &designation) { |
| 2383 | return designation.td.bits.smooth == 2; |
no outgoing calls
no test coverage detected