Skip to content

angee.base.sync

Generic ingestion context markers shared by addon sync surfaces.

sync_ingestion_context

python
@contextmanager
def sync_ingestion_context() -> Iterator[None]

Mark the current call stack as framework-owned sync ingestion.

sync_ingestion_active

python
def sync_ingestion_active() -> bool

Return whether the current call stack is inside sync ingestion.

Released under the AGPL-3.0 License.