()
| 267 | } |
| 268 | |
| 269 | getDapiUrl() { |
| 270 | if (this.Options.demo) return this.dapiDemo; |
| 271 | if (this.Options.test) return this.dapiTest; |
| 272 | return this.dapi; |
| 273 | } |
| 274 | |
| 275 | getCombineStreamUrl() { |
| 276 | if (this.Options.demo) return this.combineStreamDemo; |
no outgoing calls
no test coverage detected