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

Method getObjects

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

Source from the content-addressed store, hash-verified

750 }
751
752 getObjects() {
753 return this.getBlocks().concat(this.getTexts()).concat(this.getPieces())
754 }
755
756 toSerializableDocument() {
757 const blocks = []

Callers 2

getChildViewsMethod · 0.45

Calls 3

getBlocksMethod · 0.95
getTextsMethod · 0.95
getPiecesMethod · 0.95

Tested by

no test coverage detected