MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / writeUTFBytes

Function writeUTFBytes

src/__tests__/MediaStreamRecorder.js:1588–1593  ·  view source on GitHub ↗
(view, offset, string)

Source from the content-addressed store, hash-verified

1586 }
1587
1588 function writeUTFBytes(view, offset, string) {
1589 var lng = string.length;
1590 for (var i = 0; i < lng; i++) {
1591 view.setUint8(offset + i, string.charCodeAt(i));
1592 }
1593 }
1594
1595 function convertoFloat32ToInt16(buffer) {
1596 var l = buffer.length;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected