(script Script)
| 144 | ) |
| 145 | |
| 146 | func ScriptRotation(script Script) Rotation { |
| 147 | if script == Mongolian || script == PhagsPa { |
| 148 | return CW |
| 149 | } else if script == Ogham || script == OldTurkic { |
| 150 | return CCW |
| 151 | } |
| 152 | return NoRotation |
| 153 | } |
no outgoing calls
no test coverage detected