MCPcopy 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
26func (msg *logEntry) String() string {
27 return fmt.Sprintf("%s;%s;%s", msg.Time.Format(time.RFC3339Nano), strings.ReplaceAll(msg.Source, `;`, `\;`), msg.Msg)
28}
29
30type fdMessage struct {
31 name string

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.45

Tested by

no test coverage detected