| 299 | function 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; |
nothing calls this directly
no outgoing calls
no test coverage detected