MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / latin1Write

Function latin1Write

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

Source from the content-addressed store, hash-verified

3452}
3453
3454function latin1Write (buf, string, offset, length) {
3455 return asciiWrite(buf, string, offset, length)
3456}
3457
3458function base64Write (buf, string, offset, length) {
3459 return blitBuffer(base64ToBytes(string), buf, offset, length)

Callers 1

Calls 1

asciiWriteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…