MCPcopy Create free account
hub / github.com/microsoft/SandDance / ktpTargetFromSequences

Function ktpTargetFromSequences

docs/app/js/sanddance-app.js:34378–34380  ·  view source on GitHub ↗
(keySequences)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sequencesToIDFunction · 0.85

Tested by

no test coverage detected