Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ db_free_result
Function
db_free_result
Exercises/NoModules/Chapter 16/Exer16_06/DB.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void db_free_result(DB_QUERY_RESULT* result)
111
{
112
delete reinterpret_cast<QueryResult*>(result);
113
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected