MCPcopy Index your code
hub / github.com/totaljs/framework / $file_range_callback

Function $file_range_callback

index.js:18628–18635  ·  view source on GitHub ↗
(stream, next, res)

Source from the content-addressed store, hash-verified

18626}
18627
18628function $file_range_callback(stream, next, res) {
18629 framework_internal.onFinished(res, function() {
18630 framework_internal.destroyStream(stream);
18631 next();
18632 });
18633 stream.pipe(res);
18634 response_end(res);
18635}
18636
18637function $image_nocache(res) {
18638

Callers

nothing calls this directly

Calls 2

response_endFunction · 0.85
nextFunction · 0.70

Tested by

no test coverage detected