MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / isSpace

Function isSpace

cli/pkg/ssh_config/token.go:40–42  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

38)
39
40func isSpace(r rune) bool {
41 return r == ' ' || r == '\t'
42}
43
44func isKeyStartChar(r rune) bool {
45 return !(isSpace(r) || r == '\r' || r == '\n' || r == eof)

Callers 5

lexRspaceMethod · 0.85
lexEqualsMethod · 0.85
lexKeyMethod · 0.85
lexVoidMethod · 0.85
isKeyStartCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected