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

Function asciiWrite

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

Source from the content-addressed store, hash-verified

3448}
3449
3450function asciiWrite (buf, string, offset, length) {
3451 return blitBuffer(asciiToBytes(string), buf, offset, length)
3452}
3453
3454function latin1Write (buf, string, offset, length) {
3455 return asciiWrite(buf, string, offset, length)

Callers 2

latin1WriteFunction · 0.85

Calls 2

blitBufferFunction · 0.85
asciiToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…