Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
func
(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
WriteExpression
Method · 0.95
Calls
2
WriteString
Method · 0.95
Name
Method · 0.65
Tested by
no test coverage detected