(value)
| 8927 | }; |
| 8928 | |
| 8929 | function successClear(value) { |
| 8930 | clearTimeout(this.handle); |
| 8931 | return value; |
| 8932 | } |
| 8933 | |
| 8934 | function failureClear(reason) { |
| 8935 | clearTimeout(this.handle); |
nothing calls this directly
no outgoing calls
no test coverage detected