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

Function isHttpUrl

subinfo/subinfo.ts:80–80  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

78function markdownEscape(text: string): string {
79 return text.replace(/([*`>#+\-.!_[\](){}])/g, '\\$1');
80}
81
82// 流量字节单位转换
83function formatSize(size: number): string {

Callers 2

handleSubinfoMethod · 0.70
handleChaMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected