MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / utf8Write

Function utf8Write

app/public/socketcluster-client.js:3446–3448  ·  view source on GitHub ↗
(buf, string, offset, length)

Source from the content-addressed store, hash-verified

3444}
3445
3446function utf8Write (buf, string, offset, length) {
3447 return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
3448}
3449
3450function asciiWrite (buf, string, offset, length) {
3451 return blitBuffer(asciiToBytes(string), buf, offset, length)

Callers 1

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…