MCPcopy
hub / github.com/tinygo-org/tinygo / outputWriter

Struct outputWriter

monitor.go:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387type outputWriter struct {
388 out io.Writer
389 executable string
390 line []byte
391}
392
393// newOutputWriter returns an io.Writer that will intercept panic addresses and
394// will try to insert a source location in the output if the source location can

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected