(context)
| 125408 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
| 125409 | parcelHelpers.defineInteropFlag(exports); |
| 125410 | function Linear(context) { |
| 125411 | this._context = context; |
| 125412 | } |
| 125413 | Linear.prototype = { |
| 125414 | areaStart: function() { |
| 125415 | this._line = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected