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

Method Name

core/codegen/value.go:43–43  ·  view source on GitHub ↗

Name returns the value's name.

()

Source from the content-addressed store, hash-verified

41
42// Name returns the value's name.
43func (v *Value) Name() string { return v.name }
44
45// SetName assigns a name to the value.
46func (v *Value) SetName(name string) *Value {

Callers 2

IndexMethod · 0.95
InsertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected