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

Interface InteractiveShell

data/int.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type InteractiveShell interface {
12 init() error
13 execute() (string, error)
14}

Callers 2

initInteractiveShellMethod · 0.65
nextValueMethod · 0.65

Implementers 2

PtyInteractiveShelldata/int_pty_windows.go
BasicInteractiveShelldata/int_basic.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…