MCPcopy Create free account
hub / github.com/code-pushup/cli / hasNxTarget

Function hasNxTarget

packages/plugin-coverage/src/lib/nx/coverage-paths.ts:75–80  ·  view source on GitHub ↗
(
  project: ProjectGraphProjectNode,
  target: string,
)

Source from the content-addressed store, hash-verified

73}
74
75function hasNxTarget(
76 project: ProjectGraphProjectNode,
77 target: string,
78): boolean {
79 return project.data.targets != null && target in project.data.targets;
80}
81
82export type VitestCoverageConfig = {
83 test: {

Callers 1

getNxCoveragePathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected