MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / execUnsafe

Method execUnsafe

Source/Basic/Database.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270int DB::execUnsafe(SQLite::Database* db, String sql) {
271 SQLite::Statement statement(*db, sql.toString());
272 return statement.exec();
273}
274
275int DB::execUnsafe(SQLite::Database* db, String sql, const std::vector<Own<Value>>& args) {
276 SQLite::Statement statement(*db, sql.toString());

Callers

nothing calls this directly

Calls 6

bindValuesFunction · 0.85
clearBindingsMethod · 0.80
toStringMethod · 0.65
execMethod · 0.65
emptyMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected