ConstantSet returns a path to the API's i'th ConstantSet.
(i int)
| 527 | |
| 528 | // ConstantSet returns a path to the API's i'th ConstantSet. |
| 529 | func (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. |
| 537 | func (n *Capture) Resources() *Resources { |
no outgoing calls
no test coverage detected