MCPcopy
hub / github.com/Swatinem/rust-cache / getPackagesOutsideWorkspaceRoot

Method getPackagesOutsideWorkspaceRoot

src/workspace.ts:33–35  ·  view source on GitHub ↗
(cmdFormat: string)

Source from the content-addressed store, hash-verified

31 }
32
33 public async getPackagesOutsideWorkspaceRoot(cmdFormat: string): Promise<Packages> {
34 return await this.getPackages(cmdFormat, (pkg) => !pkg.manifest_path.startsWith(this.root));
35 }
36
37 public async getWorkspaceMembers(cmdFormat: string): Promise<Packages> {
38 return await this.getPackages(cmdFormat, (_) => true, "--no-deps");

Callers 1

runFunction · 0.80

Calls 1

getPackagesMethod · 0.95

Tested by

no test coverage detected