func unicode/utf8.Valid
6 uses
unicode/utf8 (current package)
utf8.go#L451: func Valid(p []byte) bool {
encoding/asn1
asn1.go#L479: if !utf8.Valid(bytes) {
src.elv.sh/pkg/cli/mode
navigation_fs.go#L166: if !utf8.Valid(content) {
src.elv.sh/pkg/eval
builtin_fn_misc.go#L295: if !utf8.Valid(bytes) {
src.elv.sh/pkg/eval/mods/str
str.go#L173: if !utf8.Valid(b.Bytes()) {
src.elv.sh/pkg/shell
script.go#L87: if !utf8.Valid(bytes) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)