Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
82
func
main() {
83
if
err := run(); err != nil {
84
_, _ = fmt.Fprintf(os.Stderr,
"aibridgepricesgen: %v\n"
, err)
85
os.Exit(1)
86
}
87
}
88
89
func
run() error {
90
upstream, err := fetch()
Callers
nothing calls this directly
Calls
2
Exit
Method · 0.80
run
Function · 0.70
Tested by
no test coverage detected