MCPcopy Index your code
hub / github.com/coder/coder / main

Function main

scripts/dbgen/main.go:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func main() {
42 err := run()
43 if err != nil {
44 _, _ = fmt.Fprintf(os.Stderr, "error: %s\n", err)
45 os.Exit(1)
46 }
47}
48
49func run() error {
50 localPath, err := localFilePath()

Callers

nothing calls this directly

Calls 2

ExitMethod · 0.80
runFunction · 0.70

Tested by

no test coverage detected