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() -> boolReturn whether the current call stack is inside sync ingestion.