atlas.change_control._ensure_blob
Details
Type: function
File: atlas/change_control.py
Lines: 44–72
Signature: (conn: sqlite3.Connection, data: bytes, sha256: str) -> str
Docstring
Store a blob if it does not already exist. Returns blob_id (sha256).
Children
| Name | Type | Line |
|---|---|---|
| atlas.change_control._ensure_blob.existing | attribute | 46 |
| atlas.change_control._ensure_blob.compressed | attribute | 52 |