MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / getDevices

Function getDevices

ui/media/js/engine.js:1194–1197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1192 true
1193 )
1194 async function getDevices() {
1195 let systemInfo = getSystemInfo()
1196 return systemInfo.devices
1197 }
1198 async function getHosts() {
1199 let systemInfo = getSystemInfo()
1200 return systemInfo.hosts

Callers

nothing calls this directly

Calls 1

getSystemInfoFunction · 0.85

Tested by

no test coverage detected