MCPcopy Create free account
hub / github.com/diillson/chatcli / Status

Method Status

cli/plugins/builtin_proc.go:29–29  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

27type ProcAdapter interface {
28 Start(command, dir string) (string, error)
29 Status(id string) (string, error)
30 Logs(id string, tail int) (string, error)
31 Stop(id string) (string, error)
32 Remove(id string) (string, error)

Callers 15

StatusMethod · 0.65
ExecuteWithStreamMethod · 0.65
waitStateFunction · 0.65
reconcilePendingMethod · 0.65
reconcileRunningMethod · 0.65
completeExperimentMethod · 0.65
reconcileAbortedMethod · 0.65
transitionToFailedMethod · 0.65
handleDetectedMethod · 0.65
handleAnalyzingMethod · 0.65
handleRemediatingMethod · 0.65
requestReanalysisMethod · 0.65

Implementers 4

flattenFakeProccli/agent_tool_flatten_test.go
procToolAdaptercli/proc_tool_adapter.go
fakeProcAdaptercli/plugins/builtin_proc_test.go
Supervisorcli/agent/proc/supervisor.go

Calls

no outgoing calls