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

Method getLength

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

Source from the content-addressed store, hash-verified

477 }
478
479 getLength() {
480 return this.blockList.getEndPosition()
481 }
482
483 getBlocks() {
484 return this.blockList.toArray()

Calls 1

getEndPositionMethod · 0.80

Tested by

no test coverage detected