Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
func
main() {
42
err := run()
43
if
err != nil {
44
_, _ = fmt.Fprintf(os.Stderr,
"error: %s\n"
, err)
45
os.Exit(1)
46
}
47
}
48
49
func
run() error {
50
localPath, err := localFilePath()
Callers
nothing calls this directly
Calls
2
Exit
Method · 0.80
run
Function · 0.70
Tested by
no test coverage detected