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

Function htmlEscape

ntp/ntp.ts:10–17  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

8import { htmlEscape } from "@utils/htmlEscape";
9
10const execFileAsync = promisify(execFile);
11
12const prefixes = getPrefixes();
13const mainPrefix = prefixes[0];
14
15const pluginName = "ntp";
16
17const commandName = `${mainPrefix}${pluginName}`;
18
19const help_text = `
20<code>${commandName}</code> 查看与 NTP 的时间偏差

Callers 1

NtpPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected