MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / count

Function count

packages/cli/src/utils/lintFormat.test.ts:17–18  ·  view source on GitHub ↗
(severity: HyperframeLintFinding["severity"])

Source from the content-addressed store, hash-verified

15): ProjectLintResult {
16 const all = files.flatMap((f) => f.findings);
17 const count = (severity: HyperframeLintFinding["severity"]) =>
18 all.filter((f) => f.severity === severity).length;
19 return {
20 results: files.map(({ file, findings }) => ({
21 file,

Callers 1

projectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected