MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / addLine

Method addLine

trace/trace.ts:105–107  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

103 this.text += str + '\n';
104 }
105
106 addCustomEmoji(placeholder: string, documentId: BigInteger): void {
107 const offset = this.calculateOffset(this.text);
108 const length = placeholder.length; // Simple length calculation
109 this.text += placeholder;
110

Callers 1

traceUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected