MCPcopy Create free account
hub / github.com/reactjs/react-rails / utf8Write

Function utf8Write

lib/assets/javascripts/JSXTransformer.js:827–830  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

825}
826
827function utf8Write (buf, string, offset, length) {
828 var charsWritten = blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
829 return charsWritten
830}
831
832function asciiWrite (buf, string, offset, length) {
833 var charsWritten = blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

JSXTransformer.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected