MCPcopy Index your code
hub / github.com/codeaashu/claude-code / Shell.ts

File Shell.ts

src/utils/Shell.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { execFileSync, spawn } from 'child_process'
2import { constants as fsConstants, readFileSync, unlinkSync } from 'fs'
3import { type FileHandle, mkdir, open, realpath } from 'fs/promises'
4import memoize from 'lodash-es/memoize.js'

Callers

nothing calls this directly

Calls 2

getCachedPowerShellPathFunction · 0.85
createPowerShellProviderFunction · 0.85

Tested by

no test coverage detected