MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getPackagePath

Method getPackagePath

src/shared/pub/package_map.ts:86–88  ·  view source on GitHub ↗
(_name: string)

Source from the content-addressed store, hash-verified

84 return {};
85 }
86 public getPackagePath(_name: string): string | undefined {
87 return undefined;
88 }
89 public resolvePackageUri(_uri: string): string | undefined {
90 return undefined;
91 }

Callers 4

resolvePackageUriFunction · 0.45
getPubPackageStatusFunction · 0.45
createDependencyNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected