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

Method supportsDescriptor

github-release-binary.js:169–171  ·  view source on GitHub ↗
(descriptor, opts)

Source from the content-addressed store, hash-verified

167 class GitHubReleaseResolver {
168
169 supportsDescriptor(descriptor, opts) {
170 return supports(descriptor.range);
171 }
172
173 supportsLocator(locator, opts) {
174 return supports(locator.reference);

Callers

nothing calls this directly

Calls 1

supportsFunction · 0.85

Tested by

no test coverage detected