MCPcopy Create free account
hub / github.com/bitpay/bitcore-message / latin1Write

Function latin1Write

bitcore-message.js:1110–1112  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

1108}
1109
1110function latin1Write (buf, string, offset, length) {
1111 return asciiWrite(buf, string, offset, length)
1112}
1113
1114function base64Write (buf, string, offset, length) {
1115 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

bitcore-message.jsFile · 0.85

Calls 1

asciiWriteFunction · 0.85

Tested by

no test coverage detected