Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ event_is_sql
Function
event_is_sql
tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool event_is_sql(cson_value *val) {
163
return get_strprop(val,
"type"
) == std::string(
"sql"
);
164
}
165
166
void replay_transaction(cdb2_hndl_tp *db, cson_value *val)
167
{
Callers
1
replay_transaction
Function · 0.85
Calls
1
get_strprop
Function · 0.85
Tested by
no test coverage detected