MCPcopy Index your code
hub / github.com/nodejs/node / lint-sh.mjs

File lint-sh.mjs

tools/lint-sh.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2
3import { execSync, spawn } from 'node:child_process';
4import { promises as fs, readdirSync, statSync } from 'node:fs';

Callers

nothing calls this directly

Calls 11

includesMethod · 0.80
checkFilesFunction · 0.70
onErrorFunction · 0.70
resolveFunction · 0.50
statSyncFunction · 0.50
pushMethod · 0.45
fromMethod · 0.45
logMethod · 0.45
isDirectoryMethod · 0.45
isFileMethod · 0.45

Tested by

no test coverage detected