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

Method ConstantSet

gapis/service/path/path.go:529–534  ·  view source on GitHub ↗

ConstantSet returns a path to the API's i'th ConstantSet.

(i int)

Source from the content-addressed store, hash-verified

527
528// ConstantSet returns a path to the API's i'th ConstantSet.
529func (n *API) ConstantSet(i int) *ConstantSet {
530 return &ConstantSet{
531 API: n,
532 Index: uint32(i),
533 }
534}
535
536// Resources returns the path node to the capture's resources.
537func (n *Capture) Resources() *Resources {

Callers 2

buildChildrenMethod · 0.80
CmdToServiceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected