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

Method getBlockCount

src/trix/models/document.js:487–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 getBlockCount() {
488 return this.blockList.length
489 }
490
491 getEditCount() {
492 return this.editCount

Callers 5

mergeDocumentAtRangeMethod · 0.80
pasting_test.jsFile · 0.80
trix.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected