MCPcopy Create free account
hub / github.com/TanStack/cli / getHomeDirectory

Function getHomeDirectory

packages/cli/src/telemetry-config.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function getHomeDirectory() {
32 return process.env.HOME || homedir()
33}
34
35function isTelemetryConfig(value: unknown): value is TelemetryConfig {
36 if (!value || typeof value !== 'object') {

Callers 1

getTelemetryConfigPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected