Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
43
func
(v *Value) Name() string {
return
v.name }
44
45
// SetName assigns a name to the value.
46
func
(v *Value) SetName(name string) *Value {
Callers
2
Index
Method · 0.95
Insert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected