MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getDataDir

Function getDataDir

packages/plugin/src/shared/data-path.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { getHarness, type HarnessId } from "./harness";
5
6export function getDataDir(): string {
7 return process.env.XDG_DATA_HOME ?? path.join(os.homedir(), ".local", "share");
8}
9
10/**
11 * Per-harness scratch directory under the OS temp dir.

Callers 8

resolveOpencodeDbPathFunction · 0.90
getOpenCodeDbPathFunction · 0.90
data-path.test.tsFile · 0.90
getOpenCodeDbPathFunction · 0.90
getOpenCodeStorageDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected