MCPcopy
hub / github.com/opentrace/opentrace / packageId

Function packageId

ui/src/components/pipeline/parser/manifestParser.ts:86–88  ·  view source on GitHub ↗
(registry: string, name: string)

Source from the content-addressed store, hash-verified

84
85/** Deterministic package ID: pkg:{registry}:{name} */
86export function packageId(registry: string, name: string): string {
87 return `pkg:${registry}:${name}`;
88}
89
90/** Return the canonical web URL for a package on its registry. */
91export function packageSourceUrl(

Callers 10

parsePythonImportFunction · 0.90
parsePythonFromImportFunction · 0.90
parseGoImportSpecFunction · 0.90
parseTsImportFunction · 0.90
parseTsReexportFunction · 0.90
analyzeRustImportsFunction · 0.90
resolveRustRootFunction · 0.90
analyzeRubyImportsFunction · 0.90
executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected