Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/trix
/ render
Method
render
src/inspector/views/document_view.js:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
render() {
13
this.document = this.editor.getDocument()
14
return
super.render(...arguments)
15
}
16
}
17
18
Trix.Inspector.registerView(DocumentView)
Callers
1
DocumentView
Class · 0.95
Calls
1
getDocument
Method · 0.45
Tested by
no test coverage detected