MCPcopy Index your code
hub / github.com/github/github-mcp-server / ToolsetIDs

Method ToolsetIDs

pkg/inventory/registry.go:156–158  ·  view source on GitHub ↗

ToolsetIDs returns a sorted list of unique toolset IDs from all tools in this group.

()

Source from the content-addressed store, hash-verified

154
155// ToolsetIDs returns a sorted list of unique toolset IDs from all tools in this group.
156func (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.

Callers 2

TestToolsetIDsFunction · 0.80
collectToolScopesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestToolsetIDsFunction · 0.64