Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nxtrace/NTrace-core
/ PlainRenderer
Struct
PlainRenderer
internal/speedtest/render/render.go:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
type
PlainRenderer
struct
{
223
mu sync.Mutex
224
w io.Writer
225
}
226
227
func
NewPlainRenderer(w io.Writer) *PlainRenderer {
228
return
&PlainRenderer{w: w}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected