(type)
| 55 | } |
| 56 | |
| 57 | _createCall(type) { |
| 58 | return this.compile({ |
| 59 | taps: this.taps, |
| 60 | interceptors: this.interceptors, |
| 61 | args: this._args, |
| 62 | type |
| 63 | }); |
| 64 | } |
| 65 | |
| 66 | _tap(type, options, fn) { |
| 67 | if (typeof options === "string") { |
no test coverage detected