Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
canInvokeAction
Method · 0.95
invokeAction
Method · 0.95
Calls
1
test
Method · 0.80
Tested by
no test coverage detected