Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
CarState.prototype.initErrorsDEPRECATED = function (length) { return capnp_ts_1.Struct.initList(0, capnp.Uint16List, length, this); };
CarState.prototype.setErrorsDEPRECATED = function (value) { capnp_ts_1.Struct.copyFrom(value, capnp_ts_1.Struct.getPointer(0, this)); };