MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / utf8RuneStart

Function utf8RuneStart

internal/mailparse/parse.go:102–102  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

100}
101
102func utf8RuneStart(b byte) bool { return b&0xC0 != 0x80 }
103
104// extractText walks the MIME tree and returns the best text representation —
105// the first text/plain part, or (failing that) the first text/html rendered to

Callers 1

runeBoundaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected