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

Function asciiWrite

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

Source from the content-addressed store, hash-verified

854}
855
856function asciiWrite (buf, string, offset, length) {
857 return blitBuffer(asciiToBytes(string), buf, offset, length)
858}
859
860function base64Write (buf, string, offset, length) {
861 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

index.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
asciiToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…