MCPcopy
hub / github.com/go-yaml/yaml / is_crlf

Function is_crlf

yamlprivateh.go:132–134  ·  view source on GitHub ↗
(b []byte, i int)

Source from the content-addressed store, hash-verified

130}
131
132func is_crlf(b []byte, i int) bool {
133 return b[i] == '\r' && b[i+1] == '\n'
134}
135
136// Check if the character is a line break or NUL.
137func is_breakz(b []byte, i int) bool {

Callers 1

skip_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected