Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chip/pathos
/ duplicatePath
Function
duplicatePath
pathos.go:309–312 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
307
}
308
309
func
duplicatePath(path string) bool {
310
_, isPresent := duplicatePaths[path]
311
return
isPresent
312
}
313
314
func
findDuplicatePaths(items []list.Item)
map
[string]
struct
{} {
315
pathMap := make(
map
[string]int)
Callers
1
Render
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected