atlas.snapshots.create_full_snapshot
Details
Type: function
File: atlas/snapshots.py
Lines: 259–424
Signature: (conn: sqlite3.Connection, config: CodebaseConfig, reason: str='Phase 0 baseline snapshot', parent_revision_id: str | None=None, task_id: str | None=None, operator: str | None=None, store_contents: bool=True) -> SnapshotResult
Docstring
Create a full snapshot of a codebase and persist it in the database.
Children
| Name | Type | Line |
|---|---|---|
| atlas.snapshots.create_full_snapshot.started_at | attribute | 269 |
| atlas.snapshots.create_full_snapshot.codebase_id | attribute | 270 |
| atlas.snapshots.create_full_snapshot.cursor | attribute | 273 |
| atlas.snapshots.create_full_snapshot.sequence | attribute | 277 |
| atlas.snapshots.create_full_snapshot.revision_id | attribute | 278 |
| atlas.snapshots.create_full_snapshot.snapshot_id | attribute | 279 |
| atlas.snapshots.create_full_snapshot.file_count | attribute | 333 |
| atlas.snapshots.create_full_snapshot.stored_blob_count | attribute | 334 |
| atlas.snapshots.create_full_snapshot.skipped_count | attribute | 335 |
| atlas.snapshots.create_full_snapshot.error_count | attribute | 336 |
| atlas.snapshots.create_full_snapshot.sorted_hashes | attribute | 358 |
| atlas.snapshots.create_full_snapshot.source_tree_hash | attribute | 359 |
| atlas.snapshots.create_full_snapshot.completed_at | attribute | 361 |