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

Function htmlEscape

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

Source from the content-addressed store, hash-verified

11
12import { htmlEscape } from "@utils/htmlEscape";
13
14// HTML转义工具(每个插件必须实现)
15const CONFIG_FILE_PATH = path.join(
16 createDirectoryInAssets("autodelcmd"),
17 "config.json"
18);
19
20const EXIT_MSG_FILE_PATH = path.join(

Callers 6

addCustomRuleMethod · 0.70
handleListRulesMethod · 0.70
handleAddRuleMethod · 0.70
formatParamsMethod · 0.70
formatCodeParamsMethod · 0.70
handleRemoveRuleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected