MCPcopy
hub / github.com/htmlhint/HTMLHint / error

Method error

src/core/reporter.ts:46–54  ·  view source on GitHub ↗
(
    message: string,
    line: number,
    col: number,
    rule: Rule,
    raw: string
  )

Source from the content-addressed store, hash-verified

44 }
45
46 public error(
47 message: string,
48 line: number,
49 col: number,
50 rule: Rule,
51 raw: string
52 ): void {
53 this.report(ReportType.error, message, line, col, rule, raw)
54 }
55
56 private report(
57 type: ReportType,

Callers 15

initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
initFunction · 0.80
allEventFunction · 0.80
initFunction · 0.80

Calls 1

reportMethod · 0.95

Tested by

no test coverage detected