Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
132
func
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.
137
func
is_breakz(b []byte, i int) bool {
Callers
1
skip_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected