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

Function binaryWrite

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

Source from the content-addressed store, hash-verified

835}
836
837function binaryWrite (buf, string, offset, length) {
838 return asciiWrite(buf, string, offset, length)
839}
840
841function base64Write (buf, string, offset, length) {
842 var charsWritten = blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

JSXTransformer.jsFile · 0.85

Calls 1

asciiWriteFunction · 0.85

Tested by

no test coverage detected