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

Method getTexts

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

Source from the content-addressed store, hash-verified

736 }
737
738 getTexts() {
739 return this.getBlocks().map((block) => block.text)
740 }
741
742 getPieces() {
743 const pieces = []

Callers 3

getPiecesMethod · 0.95
getObjectsMethod · 0.95
trix.jsFile · 0.80

Calls 1

getBlocksMethod · 0.95

Tested by

no test coverage detected