MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / 20_1_search_tool.mjs

File 20_1_search_tool.mjs

code/solutions/20_1_search_tool.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {statSync, readdirSync, readFileSync} from "node:fs";
2
3let searchTerm = new RegExp(process.argv[2]);
4

Callers

nothing calls this directly

Calls 1

searchFunction · 0.85

Tested by

no test coverage detected