MCPcopy Create free account
hub / github.com/massCodeIO/massCode / run

Function run

src/renderer/components/notes/cm-extensions/listIndent.ts:629–631  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

627 {
628 key: 'Tab',
629 run(view) {
630 return runTabCommand(view, 'indent', options)
631 },
632 },
633 {
634 key: 'Shift-Tab',

Callers

nothing calls this directly

Calls 6

runTabCommandFunction · 0.85
outdentedIndentFunction · 0.85
getIndentUnitFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected