MCPcopy Index your code
hub / github.com/go-python/gopy / NewBuildCfg

Function NewBuildCfg

main.go:38–42  ·  view source on GitHub ↗

NewBuildCfg returns a newly constructed build config

()

Source from the content-addressed store, hash-verified

36
37// NewBuildCfg returns a newly constructed build config
38func NewBuildCfg() *BuildCfg {
39 var cfg BuildCfg
40 cfg.Cmd = argStr()
41 return &cfg
42}
43
44func run(args []string) error {
45 app := &commander.Command{

Callers 4

gopyRunCmdPkgFunction · 0.85
gopyRunCmdGenFunction · 0.85
gopyRunCmdBuildFunction · 0.85
gopyRunCmdExeFunction · 0.85

Calls 1

argStrFunction · 0.85

Tested by

no test coverage detected