Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/trix
/ getBlockCount
Method
getBlockCount
src/trix/models/document.js:487–489 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
}
486
487
getBlockCount() {
488
return
this.blockList.length
489
}
490
491
getEditCount() {
492
return
this.editCount
Callers
5
getBaseBlockAttributes
Method · 0.95
mergeDocumentAtRange
Method · 0.80
block_formatting_test.js
File · 0.80
pasting_test.js
File · 0.80
trix.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected