MCPcopy Create free account
hub / github.com/golang/mobile / run

Function run

bind/java/seq_test.go:190–193  ·  view source on GitHub ↗
(cmd string)

Source from the content-addressed store, hash-verified

188}
189
190func run(cmd string) ([]byte, error) {
191 c := strings.Split(cmd, " ")
192 return exec.Command(c[0], c[1:]...).CombinedOutput()
193}
194
195func cp(dst, src string) error {
196 r, err := os.Open(src)

Callers 1

runTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected