MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / reset

Method reset

modules/data/crc/crc.js:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 close() { return native("xs_crc8_close").call(this); };
24 checksum(buffer) { return native("xs_crc8_checksum").call(this, buffer); };
25 reset() { return native("xs_crc8_reset").call(this); };
26}
27
28class CRC16 extends Native("xs_crc16_destructor") {

Callers 2

esp.jsFile · 0.45
activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected