| 8523 | ** prior to returning. |
| 8524 | */ |
| 8525 | typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; |
| 8526 | struct sqlite3_mutex_methods { |
| 8527 | int (*xMutexInit)(void); |
| 8528 | int (*xMutexEnd)(void); |
nothing calls this directly
no outgoing calls
no test coverage detected