DefaultToolsetIDs returns the IDs of toolsets marked as Default in their metadata. The IDs are returned in sorted order for deterministic output.
()
| 160 | // DefaultToolsetIDs returns the IDs of toolsets marked as Default in their metadata. |
| 161 | // The IDs are returned in sorted order for deterministic output. |
| 162 | func (r *Inventory) DefaultToolsetIDs() []ToolsetID { |
| 163 | return r.defaultToolsetIDs |
| 164 | } |
| 165 | |
| 166 | // ToolsetDescriptions returns a map of toolset ID to description for all toolsets. |
| 167 | func (r *Inventory) ToolsetDescriptions() map[ToolsetID]string { |
no outgoing calls
no test coverage detected