MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetSourceName

Method GetSourceName

cf/api/logs/log_cache_message.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (m *LogCacheMessage) GetSourceName() string {
36 return m.msg.SourceType()
37}
38
39func (m *LogCacheMessage) ToLog(loc *time.Location) string {
40 logMsg := m.msg

Callers

nothing calls this directly

Calls 1

SourceTypeMethod · 0.65

Tested by

no test coverage detected