MCPcopy Create free account
hub / github.com/anyehttp/quantumult-x / constructor

Method constructor

h5/appstoreapi.js:90–93  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

88// 自定义错误类
89class CustomError extends Error {
90 constructor(...args) {
91 super(args.pop());
92 if (args[0]) this.name = args[0] + "Error";
93 }
94}
95// 生成虚拟GUID·缓存Mac地址
96const getMAc = key => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected