MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / update_tasks

Method update_tasks

app/services/account_state.py:371–372  ·  view source on GitHub ↗
(records: list[dict[str, Any]])

Source from the content-addressed store, hash-verified

369 shutil.rmtree(path, ignore_errors=True)
370 else:
371 path.unlink(missing_ok=True)
372 except Exception:
373 # best-effort cleanup only; primary account deletion must still succeed
374 continue
375

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected