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

Method Reset

actor/sharedaction/logging.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (b *cliRetryBackoff) Reset() {
121 b.count = 0
122}
123
124func GetStreamingLogs(appGUID string, client LogCacheClient) (<-chan LogMessage, <-chan error, context.CancelFunc) {
125

Calls

no outgoing calls

Tested by

no test coverage detected