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

Function latin1Write

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

Source from the content-addressed store, hash-verified

79188}
79189
79190function latin1Write (buf, string, offset, length) {
79191 return asciiWrite(buf, string, offset, length)
79192}
79193
79194function base64Write (buf, string, offset, length) {
79195 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

sanddance.jsFile · 0.85

Calls 1

asciiWriteFunction · 0.70

Tested by

no test coverage detected