| 744 | ** I/O operations on the open file. |
| 745 | */ |
| 746 | typedef struct sqlite3_file sqlite3_file; |
| 747 | struct sqlite3_file { |
| 748 | const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ |
| 749 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected