Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getChildViews
Method · 0.45
copyUsingObjectsFromDocument
Method · 0.45
Calls
3
getBlocks
Method · 0.95
getTexts
Method · 0.95
getPieces
Method · 0.95
Tested by
no test coverage detected