MCPcopy Create free account
hub / github.com/apache/camel-website / getSatisfying

Method getSatisfying

github-release-binary.js:193–197  ·  view source on GitHub ↗
(descriptor, dependencies, locators, opts)

Source from the content-addressed store, hash-verified

191 }
192
193 async getSatisfying(descriptor, dependencies, locators, opts) {
194 return {
195 locators
196 };
197 }
198
199 async resolve(locator, opts) {
200 const parts = parse(locator.reference);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected