MCPcopy Index your code
hub / github.com/basecamp/trix / toString

Method toString

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

Source from the content-addressed store, hash-verified

760 }
761
762 toString() {
763 return this.blockList.toString()
764 }
765
766 toJSON() {
767 return this.blockList.toJSON()

Callers 1

getStringAtRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected