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

Method Parameter

core/codegen/builder.go:138–140  ·  view source on GitHub ↗

Parameter returns i'th function parameter

(i int)

Source from the content-addressed store, hash-verified

136
137// Parameter returns i'th function parameter
138func (b *Builder) Parameter(i int) *Value {
139 return b.params[i]
140}
141
142// Undef returns a new undefined value of the specified type.
143func (b *Builder) Undef(ty Type) *Value {

Callers 1

TestCodegenFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCodegenFunction · 0.36