Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ether/etherpad
/ append
Method
append
src/static/js/StringAssembler.ts:12–14 ·
view source on GitHub ↗
* @param {string} x -
(x: string)
Source
from the content-addressed store, hash-verified
10
* @param {string} x -
11
*/
12
append(x: string) {
13
this.str += String(x);
14
}
15
toString() {
16
return
this.str
17
}
Callers
15
applyToText
Function · 0.95
compose
Function · 0.95
nextText
Function · 0.95
followAttributes
Function · 0.95
randomInlineString
Function · 0.95
randomMultiline
Function · 0.95
mutationsToChangeset
Function · 0.95
nextText
Method · 0.95
getLineHTML
Function · 0.95
loadBroadcastJS
Function · 0.80
SmartOpAssembler
Class · 0.80
buildBody
Function · 0.80
Calls
no outgoing calls
Tested by
1
stringToOps
Function · 0.64