MCPcopy 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
309func duplicatePath(path string) bool {
310 _, isPresent := duplicatePaths[path]
311 return isPresent
312}
313
314func findDuplicatePaths(items []list.Item) map[string]struct{} {
315 pathMap := make(map[string]int)

Callers 1

RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected