MCPcopy Create free account
hub / github.com/JordanCoin/codemap / entryPaths

Function entryPaths

handoff/build.go:499–508  ·  view source on GitHub ↗
(entries []changedEntry)

Source from the content-addressed store, hash-verified

497}
498
499func entryPaths(entries []changedEntry) []string {
500 if len(entries) == 0 {
501 return []string{}
502 }
503 paths := make([]string, 0, len(entries))
504 for _, entry := range entries {
505 paths = append(paths, entry.Path)
506 }
507 return paths
508}
509
510func stubPaths(stubs []FileStub) []string {
511 if len(stubs) == 0 {

Callers 1

BuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected