Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
type
singleLineStringWriter
struct
{
30
builder strings.Builder
31
lastWritten string
32
}
33
34
func
(w *singleLineStringWriter) Clear() {
35
w.lastWritten =
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected