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

Function htmlEscape

parsehub/parsehub.ts:52–63  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

50
51示例:
52<code>${commandName} https://twitter.com/user/status/123</code>
53<code>${commandName} https://www.instagram.com/p/xxxx/</code>
54`.trim();
55
56let hasStartedBot = false;
57let firstRunPreStartLastId = 0;
58let shouldIgnoreNextBotMessage = false;
59
60type InitState = {
61 initialized: boolean;
62 ignoredUpToId?: number;
63};
64
65const STATE_DIR = createDirectoryInAssets(pluginName);
66const STATE_PATH = path.join(STATE_DIR, "state.json");

Callers 1

ParseHubPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected