MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / parseKeyString

Function parseKeyString

src/cm/commandRegistry.js:1421–1427  ·  view source on GitHub ↗
(keyString)

Source from the content-addressed store, hash-verified

1419}
1420
1421function parseKeyString(keyString) {
1422 if (!keyString) return [];
1423 return String(keyString)
1424 .split("|")
1425 .map((combo) => combo.trim())
1426 .filter(Boolean);
1427}
1428
1429function hasOwnBindingOverride(name) {
1430 return Object.prototype.hasOwnProperty.call(resolvedKeyBindings ?? {}, name);

Callers 1

rebuildKeymapFunction · 0.85

Calls 1

StringInterface · 0.85

Tested by

no test coverage detected