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

Method checksum

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

Source from the content-addressed store, hash-verified

22 constructor(polynomial, initial, reflectInput, reflectOutput, xorOutput) { super(); native("xs_crc8").call(this, polynomial, initial, reflectInput, reflectOutput, xorOutput); };
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

Callers 12

#readValueMethod · 0.45
#readValueMethod · 0.45
#readValueMethod · 0.45
constructorMethod · 0.45
sampleMethod · 0.45
#readTempMethod · 0.45
constructorMethod · 0.45
#sendCommandMethod · 0.45
#readRegistersMethod · 0.45
sampleMethod · 0.45
buffers.jsFile · 0.45
main.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected