MCPcopy Create free account
hub / github.com/cypress-io/code-coverage / FileCoveragePlaceholder

Interface FileCoveragePlaceholder

lib/common-utils.ts:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export interface FileCoveragePlaceholder {
40 path: string
41 statementMap: Record<string, unknown>
42 fnMap: Record<string, unknown>
43 branchMap: Record<string, unknown>
44 s: Record<string, unknown>
45 f: Record<string, unknown>
46 b: Record<string, unknown>
47}
48
49/**
50 * Returns an object with placeholder properties for files we

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…