Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getPieces
Method · 0.95
getObjects
Method · 0.95
trix.js
File · 0.80
Calls
1
getBlocks
Method · 0.95
Tested by
no test coverage detected