MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / isLaterByteOfUtf8

Function isLaterByteOfUtf8

src/pkg/utils/istextorbinary.ts:203–205  ·  view source on GitHub ↗
(byte: number)

Source from the content-addressed store, hash-verified

201}
202
203function isLaterByteOfUtf8(byte: number) {
204 return byte >> 6 === 2; // 10xxxxxx?
205}

Callers 1

getChunkBeginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected