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

Function htmlEscape

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

Source from the content-addressed store, hash-verified

11
12const sleep = promisify(setTimeout);
13const CACHE_DIR = createDirectoryInAssets("clean_member", ["clean_member_cache"]);
14
15const prefixes = getPrefixes();
16const mainPrefix = prefixes[0];
17
18interface UserInfo {
19 id: number;
20 username: string;

Callers 2

clean_memberFunction · 0.70
statusCallbackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected