| 1203 | |
| 1204 | class MessageUtils { |
| 1205 | private configManagerPromise: Promise<ConfigManager>; |
| 1206 | private httpClient: HttpClient; |
| 1207 | private telegraphTokenPromise: Promise<string> | null = null; |
| 1208 |
nothing calls this directly
no outgoing calls
no test coverage detected