MCPcopy Create free account
hub / github.com/google/gapid / WriteString

Method WriteString

gapil/semantic/printer/printer.go:76–78  ·  view source on GitHub ↗

WriteString appends s to the Printer's buffer.

(s string)

Source from the content-addressed store, hash-verified

74
75// WriteString appends s to the Printer's buffer.
76func (p *Printer) WriteString(s string) {
77 p.reflow.Write([]byte(s))
78}
79
80// WriteRune appends r cto the Printer's buffer.
81func (p *Printer) WriteRune(r rune) {

Callers 15

listMethod · 0.95
WriteFunctionMethod · 0.95
WriteExpressionMethod · 0.95
WriteTypeMethod · 0.95
functionMethod · 0.95
statementMethod · 0.95
StringMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
xmlMethod · 0.80
xmlMethod · 0.80
xmlMethod · 0.80

Calls 1

WriteMethod · 0.65

Tested by 2

TestWriterFunction · 0.64
TestFailWriterFunction · 0.64