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

Method detectInstalledPath

openlist/openlist.ts:825–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

823 });
824 }
825 } catch (e) {
826 lines.push("\n无法解析账户信息。");
827 }
828 }
829
830 await msg.edit({ text: lines.join("\n"), parseMode: "html" });
831 } catch (error: any) {
832 await msg.edit({ text: `状态获取失败: ${htmlEscape(error?.message || error)}`, parseMode: "html" });
833 }
834 }
835
836 private mapArch(nodeArch: string): string | null {
837 const map: Record<string, string> = {

Callers 8

handleUpdateMethod · 0.95
handleUninstallMethod · 0.95
handleBackupMethod · 0.95
handleRestoreMethod · 0.95
handleAdminMethod · 0.95
handleSetPortMethod · 0.95
handleStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected