MCPcopy
hub / github.com/codeaashu/claude-code / platform.ts

File platform.ts

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

Source from the content-addressed store, hash-verified

1import { readdir, readFile } from 'fs/promises'
2import memoize from 'lodash-es/memoize.js'
3import { release as osRelease } from 'os'
4import { getFsImplementation } from './fsOperations.js'

Callers

nothing calls this directly

Calls 3

getFsImplementationFunction · 0.85
readFileFunction · 0.85
logErrorFunction · 0.70

Tested by

no test coverage detected