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

Function htmlEscape

weather/weather.ts:11–15  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

9const prefixes = getPrefixes();
10const mainPrefix = prefixes[0];
11
12// HTML转义工具
13// Open-Meteo API 响应接口
14interface OpenMeteoResponse {
15 latitude: number;
16 longitude: number;
17 timezone: string;
18 timezone_abbreviation: string;

Callers 2

handleWeatherMethod · 0.70
buildWeatherReportMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected