MCPcopy
hub / github.com/microsoft/typescript-go / singleLineStringWriter

Struct singleLineStringWriter

internal/printer/singlelinestringwriter.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type singleLineStringWriter struct {
30 builder strings.Builder
31 lastWritten string
32}
33
34func (w *singleLineStringWriter) Clear() {
35 w.lastWritten = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected