Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
isSpace(r rune) bool {
41
return
r ==
' '
|| r ==
'\t'
42
}
43
44
func
isKeyStartChar(r rune) bool {
45
return
!(isSpace(r) || r ==
'\r'
|| r ==
'\n'
|| r == eof)
Callers
5
lexRspace
Method · 0.85
lexEquals
Method · 0.85
lexKey
Method · 0.85
lexVoid
Method · 0.85
isKeyStartChar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected