MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

tests/helpers/proxy-server.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const WebSocketServer = require('websocket').server;
6
7class ProxyServer {
8 constructor() {
9 this.called = false;
10 this.lastReq = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected