(_id, props)
| 221 | maybe_progress = [_set_progress] if progress else [] |
| 222 | |
| 223 | def _set_props(_id, props): |
| 224 | cache.set(f"{result_key}-set_props", {_id: props}) |
| 225 | |
| 226 | ctx = copy_context() |
| 227 |
nothing calls this directly
no test coverage detected
searching dependent graphs…