(self, ad_id)
| 86 | def upsert_batch(self, ads_with_embeddings): ... |
| 87 | def delete_ad(self, ad_id): ... |
| 88 | def get_ad(self, ad_id): ... |
| 89 | |
| 90 | |
| 91 | # --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected