MCPcopy
hub / github.com/cloudflare/tableflip / testProcess

Struct testProcess

process_test.go:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type testProcess struct {
94 fds []*os.File
95 env env
96 signals chan os.Signal
97 sigErr chan error
98 waitErr chan error
99 quit chan struct{}
100}
101
102func newTestProcess(fds []*os.File, envstr []string) (*testProcess, error) {
103 environ := make(map[string]string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected