Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ main
Function
main
tutorials/basic/main.go:13–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
main() {
14
components := baker.Components{
15
Inputs: input.All,
16
Filters: filter.All,
17
Outputs: output.All,
18
Uploads: upload.All,
19
}
20
if
err := baker.MainCLI(components); err != nil {
21
log.Fatal(err)
22
}
23
}
Callers
nothing calls this directly
Calls
1
MainCLI
Function · 0.92
Tested by
no test coverage detected