Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ error
Function
error
src/check_links.mjs:11–14 ·
view source on GitHub ↗
(file, msg)
Source
from the content-addressed store, hash-verified
9
10
let
fail = 0
11
function
error(file, msg) {
12
console.error(file +
": "
+ msg)
13
fail = 1
14
}
15
16
let
link = /\]\(([\w_]+)(?:#([\w_]+))?\)/g, m
17
for
(
let
file in files) {
Callers
1
check_links.mjs
File · 0.70
Calls
1
error
Method · 0.80
Tested by
no test coverage detected