(player)
| 1 | 'use strict'; |
| 2 | |
| 3 | function clearqueue(player) { |
| 4 | return player.coordinator.clearQueue(); |
| 5 | } |
| 6 | |
| 7 | module.exports = function (api) { |
| 8 | api.registerAction('clearqueue', clearqueue); |
nothing calls this directly
no outgoing calls
no test coverage detected