MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / stmt_cache_finalize_entry_cb

Function stmt_cache_finalize_entry_cb

db/sql_stmt_cache.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static int stmt_cache_finalize_entry_cb(void *stmt_entry, void *args)
39{
40 (void)args;
41 return stmt_cache_finalize_entry(stmt_entry);
42}
43
44/* Teardown statement cache */
45int stmt_cache_delete(stmt_cache_t *stmt_cache)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected