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

Method Staging

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

Source from the content-addressed store, hash-verified

39}
40
41func (log LogMessage) Staging() bool {
42 return log.sourceType == StagingLog
43}
44
45func (log LogMessage) Timestamp() time.Time {
46 return log.timestamp

Callers 3

getLogsMethod · 0.80
PollStageFunction · 0.80
logging_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected