Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dockersamples/docker-swarm-visualizer
/ asPromiseAndJSON
Function
asPromiseAndJSON
src/utils/request.js:11–13 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
9
}
10
11
function
asPromiseAndJSON (fn) {
12
return
asPromise(fn).then((res) => res.body);
13
}
14
15
function
createAgent(uri){
16
var
agent = request
Callers
1
getUri
Function · 0.85
Calls
1
asPromise
Function · 0.85
Tested by
no test coverage detected