Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ ToSimpleLog
Method
ToSimpleLog
cf/api/logs/log_cache_message.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(m *LogCacheMessage) ToSimpleLog() string {
32
return
m.msg.Message()
33
}
34
35
func
(m *LogCacheMessage) GetSourceName() string {
36
return
m.msg.SourceType()
Callers
nothing calls this directly
Calls
1
Message
Method · 0.65
Tested by
no test coverage detected