MCPcopy Index your code
hub / github.com/go-git/go-git / isPathSep

Function isPathSep

config/modules.go:162–162  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

160}
161
162func isPathSep(r rune) bool { return r == '/' || r == '\\' }
163
164func (m *Submodule) unmarshal(s *format.Subsection) {
165 m.raw = s

Callers 1

validSubmoduleNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…