MCPcopy Create free account
hub / github.com/google/go-github / main

Function main

tools/metadata/main.go:177–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func main() {
178 err := run(os.Args[1:], nil)
179 if err != nil {
180 fmt.Fprintln(os.Stderr, err)
181 os.Exit(1)
182 }
183}
184
185func run(args []string, opts []kong.Option) error {
186 var cmd rootCmd

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…