MCPcopy Create free account
hub / github.com/vladmandic/sdnext / progresssync

Function progresssync

cli/sdapi.py:173–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171
172
173def progresssync():
174 res = getsync('/sdapi/v1/progress?skip_current_image=true')
175 log.debug({ 'progress': res })
176 return res
177
178
179def get_log():

Callers 1

sdapi.pyFile · 0.85

Calls 1

getsyncFunction · 0.85

Tested by

no test coverage detected