ToolsetIDs returns a sorted list of unique toolset IDs from all tools in this group.
()
| 154 | |
| 155 | // ToolsetIDs returns a sorted list of unique toolset IDs from all tools in this group. |
| 156 | func (r *Inventory) ToolsetIDs() []ToolsetID { |
| 157 | return r.toolsetIDs |
| 158 | } |
| 159 | |
| 160 | // DefaultToolsetIDs returns the IDs of toolsets marked as Default in their metadata. |
| 161 | // The IDs are returned in sorted order for deterministic output. |
no outgoing calls