| 9523 | ** retained in the header file for backwards compatibility only. |
| 9524 | */ |
| 9525 | typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; |
| 9526 | struct sqlite3_pcache_methods { |
| 9527 | void *pArg; |
| 9528 | int (*xInit)(void*); |
nothing calls this directly
no outgoing calls
no test coverage detected