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

Function base64Write

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

Source from the content-addressed store, hash-verified

1112}
1113
1114function base64Write (buf, string, offset, length) {
1115 return blitBuffer(base64ToBytes(string), buf, offset, length)
1116}
1117
1118function ucs2Write (buf, string, offset, length) {
1119 return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)

Callers 1

bitcore-message.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
base64ToBytesFunction · 0.85

Tested by

no test coverage detected