Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
function
display(poco, host, path =
"/"
)
51
{
52
return
new
Promise((resolve, reject) => {
53
new
JPEGRequest({host, path, poco, resolve, reject});
54
});
55
}
56
57
58
const
paths = [
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected