MCPcopy Create free account
hub / github.com/agis/spawn / Cmd

Struct Cmd

spawn.go:31–37  ·  view source on GitHub ↗

Cmd wraps exec.Cmd and represents a binary being prepared or run. In the typical end-to-end testing scenario, Cmd will end up running two times: 1. from TestMain when the test suite is first executed. At this point it will spawn the already-compiled test binary (itself) again and... 2. from the sp

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected