MCPcopy Create free account
hub / github.com/htmlhint/HTMLHint / errorFn

Function errorFn

src/cli/htmlhint.ts:532–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530 callback: (messages: Hint[]) => void
531) {
532 const errorFn = () => callback([])
533 fetch(url).then((response) => {
534 if (response.ok) {
535 response.text().then((body) => {

Callers 1

hintUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…