MCPcopy Index your code
hub / github.com/dataease/SQLBot / blitBuffer

Function blitBuffer

frontend/public/swagger-ui-bundle.js:22824–22828  ·  view source on GitHub ↗
(s, o, i, a)

Source from the content-addressed store, hash-verified

22822 )
22823 }
22824 function blitBuffer(s, o, i, a) {
22825 let u
22826 for (u = 0; u < a && !(u + i >= o.length || u >= s.length); ++u) o[u + i] = s[u]
22827 return u
22828 }
22829 function isInstance(s, o) {
22830 return (
22831 s instanceof o ||

Callers 4

utf8WriteFunction · 0.85
asciiWriteFunction · 0.85
base64WriteFunction · 0.85
ucs2WriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected