Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
87
var
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.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected