MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / display

Function display

examples/commodetto/jpegstream/main.js:50–55  ·  view source on GitHub ↗
(poco, host, path = "/")

Source from the content-addressed store, hash-verified

48}
49
50function display(poco, host, path = "/")
51{
52 return new Promise((resolve, reject) => {
53 new JPEGRequest({host, path, poco, resolve, reject});
54 });
55}
56
57
58const paths = [

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected