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

Function utf8Write

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

Source from the content-addressed store, hash-verified

1100}
1101
1102function utf8Write (buf, string, offset, length) {
1103 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
1104}
1105
1106function asciiWrite (buf, string, offset, length) {
1107 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

bitcore-message.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected