commit the storage operations after querying
(self)
| 41 | pass |
| 42 | |
| 43 | async def query_done_callback(self): |
| 44 | """commit the storage operations after querying""" |
| 45 | pass |
| 46 | |
| 47 | |
| 48 | @dataclass |
nothing calls this directly
no outgoing calls
no test coverage detected