MCPcopy 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
544func isSpace(c byte) bool {
545 return c == ' ' || c == '\t' || c == '\n'
546}

Callers 1

parseGitHeaderNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected