Skip to content

Commit a01e051

Browse files
committed
restore comment
1 parent 1dec03b commit a01e051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/toolsets/toolsets.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ func (tg *ToolsetGroup) ResolveToolAliases(toolNames []string) (resolved []strin
335335
return resolved, aliasesUsed
336336
}
337337

338+
// FindToolByName searches all toolsets (enabled or disabled) for a tool by name.
338339
// Returns the tool, its parent toolset name, and an error if not found.
339340
func (tg *ToolsetGroup) FindToolByName(toolName string) (*ServerTool, string, error) {
340341
for toolsetName, toolset := range tg.Toolsets {

0 commit comments

Comments
 (0)