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

File update-timezone.mjs

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

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2
3import { execSync } from 'node:child_process';
4import { renameSync, readdirSync, rmSync } from 'node:fs';

Callers

nothing calls this directly

Calls 10

execSyncFunction · 0.85
sortMethod · 0.80
mapMethod · 0.65
filterMethod · 0.65
forEachMethod · 0.65
readdirSyncFunction · 0.50
renameSyncFunction · 0.50
rmSyncFunction · 0.50
isDirectoryMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected