Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ hasCodePushUpDependency
Function
hasCodePushUpDependency
packages/utils/src/lib/workspace-packages.ts:81–83 ·
view source on GitHub ↗
(packageJson: PackageJson)
Source
from the content-addressed store, hash-verified
79
}
80
81
export
function
hasCodePushUpDependency(packageJson: PackageJson): boolean {
82
return
hasDependency(packageJson,
'@code-pushup/cli'
);
83
}
Callers
4
listProjects
Function · 0.90
listProjects
Function · 0.90
listProjects
Function · 0.90
workspace-packages.unit.test.ts
File · 0.85
Calls
1
hasDependency
Function · 0.85
Tested by
no test coverage detected