Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antonmedv/gitmal
/ isSpace
Function
isSpace
pkg/gitdiff/file_header.go:544–546 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
542
}
543
544
func
isSpace(c byte) bool {
545
return
c ==
' '
|| c ==
'\t'
|| c ==
'\n'
546
}
Callers
1
parseGitHeaderName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected