MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / fsdirClose

Function fsdirClose

modules/dasSQLITE/sqlite/shell.c:6127–6133  ·  view source on GitHub ↗

** Destructor for an fsdir_cursor. */

Source from the content-addressed store, hash-verified

6125** Destructor for an fsdir_cursor.
6126*/
6127static int fsdirClose(sqlite3_vtab_cursor *cur){
6128 fsdir_cursor *pCur = (fsdir_cursor*)cur;
6129
6130 fsdirResetCursor(pCur);
6131 sqlite3_free(pCur);
6132 return SQLITE_OK;
6133}
6134
6135/*
6136** Set the error message for the virtual table associated with cursor

Callers

nothing calls this directly

Calls 1

fsdirResetCursorFunction · 0.85

Tested by

no test coverage detected