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

Function main

scripts/aibridgepricesgen/main.go:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func main() {
83 if err := run(); err != nil {
84 _, _ = fmt.Fprintf(os.Stderr, "aibridgepricesgen: %v\n", err)
85 os.Exit(1)
86 }
87}
88
89func run() error {
90 upstream, err := fetch()

Callers

nothing calls this directly

Calls 2

ExitMethod · 0.80
runFunction · 0.70

Tested by

no test coverage detected