(keySequences)
| 34376 | return (0, _utilities.addElementAtIndex)(newKeySequences, overflowSequenceLen - 1, overflowSequence); |
| 34377 | } |
| 34378 | function ktpTargetFromSequences(keySequences) { |
| 34379 | return "[" + (0, _keytipConstants.DATAKTP_TARGET) + '="' + sequencesToID(keySequences) + '"]'; |
| 34380 | } |
| 34381 | function ktpTargetFromId(keytipId) { |
| 34382 | return "[" + (0, _keytipConstants.DATAKTP_EXECUTE_TARGET) + '="' + keytipId + '"]'; |
| 34383 | } |
nothing calls this directly
no test coverage detected