MCPcopy Index your code
hub / github.com/TeleBoxOrg/TeleBox_Plugins / add

Method add

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

Source from the content-addressed store, hash-verified

99 private entities: Api.TypeMessageEntity[] = [];
100
101 add(str: string): void {
102 this.text += str;
103 }
104
105 addLine(str: string): void {
106 this.text += str + '\n';

Callers 15

scheduleTimeoutMethod · 0.45
handleAvMethod · 0.45
getAdminIdsFunction · 0.45
DbdjPluginClass · 0.45
estimateDepletionDateFunction · 0.45
scheduleTimerFunction · 0.45
extractDNSDataFunction · 0.45
getSendAsIdentitySetFunction · 0.45
handleDeleteMethod · 0.45
findAndSendVideoMethod · 0.45
trackTimerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected