MCPcopy Index your code
hub / github.com/plotly/plotly.js / utf8Write

Function utf8Write

stackgl_modules/index.js:752–754  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

750 return i;
751}
752function utf8Write(buf, string, offset, length) {
753 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length);
754}
755function asciiWrite(buf, string, offset, length) {
756 return blitBuffer(asciiToBytes(string), buf, offset, length);
757}

Callers 1

index.jsFile · 0.85

Calls 2

blitBufferFunction · 0.85
utf8ToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…