MCPcopy
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

applyToTextFunction · 0.95
composeFunction · 0.95
nextTextFunction · 0.95
followAttributesFunction · 0.95
randomInlineStringFunction · 0.95
randomMultilineFunction · 0.95
mutationsToChangesetFunction · 0.95
nextTextMethod · 0.95
getLineHTMLFunction · 0.95
loadBroadcastJSFunction · 0.80
SmartOpAssemblerClass · 0.80
buildBodyFunction · 0.80

Calls

no outgoing calls

Tested by 1

stringToOpsFunction · 0.64