MCPcopy Index your code
hub / github.com/upstash/context7 / getPreviewsDir

Function getPreviewsDir

packages/cli/src/utils/storage-paths.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42export function getPreviewsDir(): string {
43 return path.join(getCacheDir(), PREVIEWS_DIR_NAME);
44}
45
46export function getLegacyFilePath(fileName: string): string {
47 return path.join(os.homedir(), LEGACY_DIR, fileName);

Callers 2

openInEditorFunction · 0.85

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected