Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ check_links.mjs
File
check_links.mjs
src/check_links.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{readdirSync, readFileSync} from
"fs"
2
3
let
files = Object.create(null)
4
for
(
let
name of readdirSync(
"."
)) {
Callers
nothing calls this directly
Calls
2
create
Method · 0.80
error
Function · 0.70
Tested by
no test coverage detected