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

Function main

example/migrations/main.go:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func main() {
31 migrations, err := fetchAllUserMigrations()
32 if err != nil {
33 log.Fatalf("Error: %v", err)
34 }
35
36 for i, m := range migrations {
37 fmt.Printf("%v. %v", i+1, m.GetID())
38 }
39}

Callers

nothing calls this directly

Calls 2

fetchAllUserMigrationsFunction · 0.85
GetIDMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…