MCPcopy Index your code
hub / github.com/nodejs/node / update-c-ares.mjs

File update-c-ares.mjs

tools/dep_updaters/update-c-ares.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Synchronize the sources for our c-ares gyp file from c-ares' Makefiles.
2import { readFileSync, writeFileSync } from 'node:fs';
3import { join } from 'node:path';
4import { fileURLToPath } from 'node:url';

Callers

nothing calls this directly

Calls 12

fileURLToPathFunction · 0.85
writeFileSyncFunction · 0.85
sortMethod · 0.80
concatMethod · 0.80
mapMethod · 0.65
filterMethod · 0.65
matchMethod · 0.65
joinFunction · 0.50
readFileSyncFunction · 0.50
execMethod · 0.45
splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected