MCPcopy
hub / github.com/basecamp/trix / actionIsExternal

Method actionIsExternal

src/trix/controllers/editor_controller.js:459–461  ·  view source on GitHub ↗
(actionName)

Source from the content-addressed store, hash-verified

457 }
458
459 actionIsExternal(actionName) {
460 return /^x-./.test(actionName)
461 }
462
463 getCurrentActions() {
464 const result = {}

Callers 2

canInvokeActionMethod · 0.95
invokeActionMethod · 0.95

Calls 1

testMethod · 0.80

Tested by

no test coverage detected