MCPcopy Create free account
hub / github.com/003random/getJS / main

Function main

main.go:17–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func main() {
18 options, err := setup()
19 if err != nil {
20 log.Fatal(fmt.Errorf("parsing flags: %w", err))
21 }
22
23 if err := runner.New(options).Run(); err != nil {
24 log.Fatal(err)
25 }
26}
27
28func setup() (options *runner.Options, err error) {
29 options = &runner.Options{}

Callers

nothing calls this directly

Calls 3

NewFunction · 0.92
setupFunction · 0.85
RunMethod · 0.80

Tested by

no test coverage detected