Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxkit/linuxkit
/ String
Method
String
pkg/memlogd/cmd/memlogd/main.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(msg *logEntry) String() string {
27
return
fmt.Sprintf(
"%s;%s;%s"
, msg.Time.Format(time.RFC3339Nano), strings.ReplaceAll(msg.Source, `;`, `\;`), msg.Msg)
28
}
29
30
type
fdMessage
struct
{
31
name string
Callers
nothing calls this directly
Calls
1
Format
Method · 0.45
Tested by
no test coverage detected