MCPcopy Index your code
hub / github.com/apache/answer / newExecCmd

Method newExecCmd

internal/cli/build.go:599–606  ·  view source on GitHub ↗
(command string, args ...string)

Source from the content-addressed store, hash-verified

597}
598
599func (b *buildingMaterial) newExecCmd(command string, args ...string) *exec.Cmd {
600 cmd := exec.Command(command, args...)
601 fmt.Println(cmd.Args)
602 cmd.Dir = b.tmpDir
603 cmd.Stdout = os.Stdout
604 cmd.Stderr = os.Stderr
605 return cmd
606}
607
608func versionedModulePath(modulePath, moduleVersion string) string {
609 if moduleVersion == "" {

Callers 5

createMainGoFileFunction · 0.80
downloadGoModFileFunction · 0.80
copyUIFilesFunction · 0.80
buildUIFunction · 0.80
buildBinaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected