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

Method function

gapil/semantic/printer/printer.go:336–338  ·  view source on GitHub ↗
(f *semantic.Function)

Source from the content-addressed store, hash-verified

334}
335
336func (p *Printer) function(f *semantic.Function) {
337 p.WriteString(f.Name())
338}
339
340// WriteStatement appends the string representation of n to the Printer's
341// buffer.

Callers 1

WriteExpressionMethod · 0.95

Calls 2

WriteStringMethod · 0.95
NameMethod · 0.65

Tested by

no test coverage detected