MCPcopy
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
222type PlainRenderer struct {
223 mu sync.Mutex
224 w io.Writer
225}
226
227func 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