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

Function getHosts

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

Source from the content-addressed store, hash-verified

1196 return systemInfo.devices
1197 }
1198 async function getHosts() {
1199 let systemInfo = getSystemInfo()
1200 return systemInfo.hosts
1201 }
1202
1203 async function getModels(scanForMalicious = true) {
1204 let models = {

Callers

nothing calls this directly

Calls 1

getSystemInfoFunction · 0.85

Tested by

no test coverage detected