()
| 14 | return active? active.http: null; |
| 15 | }, |
| 16 | get ws() { |
| 17 | return active? active.ws: null; |
| 18 | }, |
| 19 | use: function(nameOrModule, cfg) { |
| 20 | mid = nameOrModule; |
| 21 | config = cfg || config; |
nothing calls this directly
no outgoing calls
no test coverage detected