MCPcopy Create free account
hub / github.com/microsoft/SandDance / utf8Write

Function utf8Write

docs/tests/v2/es6/js/sanddance.js:79182–79184  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

79180}
79181
79182function utf8Write (buf, string, offset, length) {
79183 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
79184}
79185
79186function asciiWrite (buf, string, offset, length) {
79187 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

sanddance.jsFile · 0.70

Calls 2

blitBufferFunction · 0.70
utf8ToBytesFunction · 0.70

Tested by

no test coverage detected