MCPcopy Create free account
hub / github.com/totaljs/framework / download_resolve

Function download_resolve

utils.js:1393–1397  ·  view source on GitHub ↗
(err, uri, options)

Source from the content-addressed store, hash-verified

1391};
1392
1393function download_resolve(err, uri, options) {
1394 if (!err)
1395 options.uri.host = uri.host;
1396 download_call(options.uri, options);
1397}
1398
1399function download_call(uri, options) {
1400

Callers

nothing calls this directly

Calls 1

download_callFunction · 0.85

Tested by

no test coverage detected