MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / utf8Write

Function utf8Write

lib/models/dav.js:2668–2670  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

2666}
2667
2668function utf8Write (buf, string, offset, length) {
2669 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
2670}
2671
2672function asciiWrite (buf, string, offset, length) {
2673 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

dav.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected