Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
func
(m *LogCacheMessage) GetSourceName() string {
36
return
m.msg.SourceType()
37
}
38
39
func
(m *LogCacheMessage) ToLog(loc *time.Location) string {
40
logMsg := m.msg
Callers
nothing calls this directly
Calls
1
SourceType
Method · 0.65
Tested by
no test coverage detected