MCPcopy Create free account
hub / github.com/celer-pkg/celer / setupArgs

Struct setupArgs

configs/setup_args.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8type setupArgs struct {
9 repair bool // Called to check and fix build environment.
10 installPorts bool // Called to install a 3rd party ports.
11}
12
13func (s setupArgs) Repair() bool {
14 return s.repair

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected