MCPcopy Index your code
hub / github.com/go-python/gopy / main

Function main

main.go:69–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func main() {
70 err := run(os.Args[1:])
71 if err != nil {
72 log.Fatal(err)
73 }
74 os.Exit(0)
75}
76
77func copyCmd(src, dst string) error {
78 srcf, err := os.Open(src)

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected