MCPcopy Create free account
hub / github.com/Moli-X/Resources /

Class

Script/Hzh.js:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299function API(name = "untitled", debug = false) {
300 const { isQX, isLoon, isSurge, isNode, isJSBox, isScriptable } = ENV();
301 return new (class {
302 constructor(name, debug) {
303 this.name = name;
304 this.debug = debug;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected