MCPcopy
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
11function asPromiseAndJSON (fn) {
12 return asPromise(fn).then((res) => res.body);
13}
14
15function createAgent(uri){
16 var agent = request

Callers 1

getUriFunction · 0.85

Calls 1

asPromiseFunction · 0.85

Tested by

no test coverage detected