Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ Clone
Method
Clone
core/stream/component.go:44–46 ·
view source on GitHub ↗
Clone returns a deep copy of c.
()
Source
from the content-addressed store, hash-verified
42
43
// Clone returns a deep copy of c.
44
func
(c *Component) Clone() *Component {
45
return
proto.Clone(c).(*Component)
46
}
Callers
nothing calls this directly
Calls
1
Clone
Method · 0.65
Tested by
no test coverage detected