Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
162
func
isPathSep(r rune) bool {
return
r ==
'/'
|| r ==
'\\'
}
163
164
func
(m *Submodule) unmarshal(s *format.Subsection) {
165
m.raw = s
Callers
1
validSubmoduleName
Function · 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…