Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-qml/qml
/ QmlOutput
Method
QmlOutput
log.go:113–115 ·
view source on GitHub ↗
(msg LogMessage)
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(l wrappedStdLogger) QmlOutput(msg LogMessage) error {
114
return
l.Output(0, msg.String())
115
}
116
117
type
logMessage
struct
{
118
c *C.LogMessage
Callers
nothing calls this directly
Calls
2
Output
Method · 0.80
String
Method · 0.65
Tested by
no test coverage detected