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

Function utf8Write

docs/app/js/sanddance-app.js:113402–113404  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

113400 return i;
113401}
113402function utf8Write(buf, string, offset, length) {
113403 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length);
113404}
113405function asciiWrite(buf, string, offset, length) {
113406 return blitBuffer(asciiToBytes(string), buf, offset, length);
113407}

Callers 1

sanddance-app.jsFile · 0.70

Calls 2

blitBufferFunction · 0.70
utf8ToBytesFunction · 0.70

Tested by

no test coverage detected