MCPcopy Create free account
hub / github.com/code-pushup/cli / pluginWorkDir

Function pluginWorkDir

packages/utils/src/lib/file-system.ts:68–70  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

66}
67
68export function pluginWorkDir(slug: string): string {
69 return path.join('node_modules', '.code-pushup', slug);
70}
71
72export type CrawlFileSystemOptions<T> = {
73 directory: string;

Callers 2

withLocalTmpDirFunction · 0.90
createRunnerFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected