MCPcopy 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

1import {readdirSync, readFileSync} from "fs"
2
3let files = Object.create(null)
4for (let name of readdirSync(".")) {

Callers

nothing calls this directly

Calls 2

createMethod · 0.80
errorFunction · 0.70

Tested by

no test coverage detected