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

Interface SetupArgs

configs/setup_args.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package configs
2
3type SetupArgs interface {
4 Repair() bool
5 InstallPorts() bool
6}
7
8type setupArgs struct {
9 repair bool // Called to check and fix build environment.

Callers

nothing calls this directly

Implementers 1

setupArgsconfigs/setup_args.go

Calls

no outgoing calls

Tested by

no test coverage detected