MCPcopy Index your code
hub / github.com/feross/buffer / base64Write

Function base64Write

index.js:860–862  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

858}
859
860function base64Write (buf, string, offset, length) {
861 return blitBuffer(base64ToBytes(string), buf, offset, length)
862}
863
864function ucs2Write (buf, string, offset, length) {
865 return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)

Callers 1

index.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
base64ToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…