Skip to content

cuefrontend: remove unused HasNodePackage helper - #1955

Open
detail-app[bot] wants to merge 1 commit into
mainfrom
detail/dead-code/cuefrontend-remove-unused-hasnodepackage-helper-a195bd
Open

cuefrontend: remove unused HasNodePackage helper#1955
detail-app[bot] wants to merge 1 commit into
mainfrom
detail/dead-code/cuefrontend-remove-unused-hasnodepackage-helper-a195bd

Conversation

@detail-app

@detail-app detail-app Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

HasNodePackage had zero callers anywhere in the codebase and was never wired up: it was introduced alongside WorkspaceLoader in the topological sort feature, but that feature filters node packages via GuessPackageType-based PackageType_Extension/Service comparisons (internal/cli/cmd/generate.go:79) instead. The method is not part of the parsing.Frontend interface (which only declares ParsePackage and GuessPackageType), so it cannot be reached via interface dispatch either. The package is under internal/, so no external consumers exist.

History

Generated with Detail: Dead Code.


Dead Code PRs can be configured here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants