MCPcopy
hub / github.com/sqshq/sampler / BasicInteractiveShell

Struct BasicInteractiveShell

data/int_basic.go:15–24  ·  view source on GitHub ↗

BasicInteractiveShell represents non-PTY interactive shell sampling metadata

Source from the content-addressed store, hash-verified

13
14// BasicInteractiveShell represents non-PTY interactive shell sampling metadata
15type BasicInteractiveShell struct {
16 item *Item
17 variables []string
18 stdoutCh chan string
19 stderrCh chan string
20 stdin io.WriteCloser
21 cmd *exec.Cmd
22 errCount int
23 timeout time.Duration
24}
25
26func (s *BasicInteractiveShell) init() error {
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected