MCPcopy
hub / github.com/cloudfoundry/cli / Start

Method Start

api/plugin/proxy_reader.go:9–9  ·  view source on GitHub ↗
(int64)

Source from the content-addressed store, hash-verified

7type ProxyReader interface {
8 Wrap(io.Reader) io.ReadCloser
9 Start(int64)
10 Finish()
11}

Callers 15

RunMethodIfExistsFunction · 0.65
StartMethod · 0.65
RunMethod · 0.65
InteractiveSessionMethod · 0.65
MakeMethod · 0.65
displayRequestMethod · 0.65
displayResponseMethod · 0.65

Implementers 2

ProgressBarProxyReadercommand/plugin/shared/progress_bar_pro
FakeProxyReaderapi/plugin/pluginfakes/fake_proxy_read

Calls

no outgoing calls

Tested by

no test coverage detected