Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
def
progresssync():
174
res = getsync(
'/sdapi/v1/progress?skip_current_image=true'
)
175
log.debug({
'progress'
: res })
176
return
res
177
178
179
def
get_log():
Callers
1
sdapi.py
File · 0.85
Calls
1
getsync
Function · 0.85
Tested by
no test coverage detected