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

Method getLocalPath

github-release-binary.js:78–80  ·  view source on GitHub ↗
(locator, opts)

Source from the content-addressed store, hash-verified

76 }
77
78 getLocalPath(locator, opts) {
79 return null;
80 }
81
82 async fetch(locator, opts) {
83 const expectedChecksum = opts.checksums.get(locator.locatorHash) || null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected