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

Function hasPosition

packages/ci/src/lib/issues.ts:113–117  ·  view source on GitHub ↗
(
  source: SourceFileIssue['source'],
)

Source from the content-addressed store, hash-verified

111}
112
113function hasPosition(
114 source: SourceFileIssue['source'],
115): source is Required<SourceFileIssue['source']> {
116 return source.position != null;
117}
118
119function adjustedStartLinesMatch(
120 prev: Required<SourceFileIssue['source']>,

Callers 1

positionsMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected