MCPcopy
hub / github.com/go-qml/qml / logMessage

Struct logMessage

log.go:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117type logMessage struct {
118 c *C.LogMessage
119
120 // invalid flags that cmsg points to unreliable memory,
121 // since the log hook has already returned.
122 invalid bool
123}
124
125func (m *logMessage) assertValid() {
126 if m.invalid {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected