MCPcopy
hub / github.com/google/go-jsonnet / write

Method write

internal/formatter/unparser.go:31–33  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

29}
30
31func (u *unparser) write(str string) {
32 u.buf.WriteString(str)
33}
34
35// fill Pretty-prints fodder.
36// The crowded and separateToken params control whether single whitespace

Callers 7

fodderFillMethod · 0.95
unparseSpecsMethod · 0.95
unparseParamsMethod · 0.95
unparseFieldsMethod · 0.95
unparseIDMethod · 0.95
unparseMethod · 0.95
FormatNodeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected