MCPcopy
hub / github.com/wuchangming/spy-debugger / constructor

Method constructor

src/proxy/SpyProxy.js:18–20  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

16
17module.exports = class SpyProxy {
18 constructor(options) {
19 this.proxyServer = this.createProxyServer(options);
20 }
21 createProxyServer (options) {
22 options = options || {};
23 this.weinewPort = options.weinewPort;

Callers

nothing calls this directly

Calls 1

createProxyServerMethod · 0.95

Tested by

no test coverage detected