(response: Response, json)
| 44 | return readModule(idx); |
| 45 | }, |
| 46 | parseModel(response: Response, json) { |
| 47 | return JSON.parse(json, response._fromJSON); |
| 48 | }, |
| 49 | bindToConsole(methodName, args, badgeName) { |
| 50 | return Function.prototype.bind.apply( |
| 51 | // eslint-disable-next-line react-internal/no-production-logging |
no outgoing calls
no test coverage detected