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

Function hasOwnBindingOverride

src/cm/commandRegistry.js:1429–1431  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1427}
1428
1429function hasOwnBindingOverride(name) {
1430 return Object.prototype.hasOwnProperty.call(resolvedKeyBindings ?? {}, name);
1431}
1432
1433function resolveBindingInfo(name) {
1434 const baseBinding = keyBindings[name] ?? null;

Callers 1

resolveBindingInfoFunction · 0.85

Calls 1

callMethod · 0.80

Tested by

no test coverage detected