Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dockersamples/docker-swarm-visualizer
/ getUri
Function
getUri
src/utils/request.js:68–70 ·
view source on GitHub ↗
(uri)
Source
from the content-addressed store, hash-verified
66
67
68
export
function
getUri(uri){
69
return
asPromiseAndJSON(createAgent(uri).end);
70
}
71
72
export
function
getParallel(uris){
73
return
Promise.all(uris.map(getUri))
Callers
5
getAllContainers
Function · 0.85
getAllServices
Function · 0.85
getAllTasks
Function · 0.85
getAllNetworks
Function · 0.85
getAllNodes
Function · 0.85
Calls
2
asPromiseAndJSON
Function · 0.85
createAgent
Function · 0.85
Tested by
no test coverage detected