MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / gen_erase

Function gen_erase

src/gpre/languages/ftn.cpp:2069–2073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2067//
2068
2069static void gen_erase(const act* action)
2070{
2071 const upd* erase = (const upd*) action->act_object;
2072 gen_send(action, erase->upd_port);
2073}
2074
2075
2076//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 1

gen_sendFunction · 0.70

Tested by

no test coverage detected