| 8080 | ** ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes. |
| 8081 | */ |
| 8082 | typedef struct sqlite3_blob sqlite3_blob; |
| 8083 | |
| 8084 | /* |
| 8085 | ** CAPI3REF: Open A BLOB For Incremental I/O |
nothing calls this directly
no outgoing calls
no test coverage detected