MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / error

Function error

code/hangar2.js:88–90  ·  view source on GitHub ↗
(device)

Source from the content-addressed store, hash-verified

86
87var request = function(){
88 function error(device) {
89 return (req, resolve, reject) => reject(new Error(device + ": malformed request"))
90 }
91
92 let hosts = {
93 "10.0.0.1": error("ROUTER772"),

Callers 1

hangar2.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected