Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ MET_trigger_exists
Function
MET_trigger_exists
src/gpre/boot/gpre_meta_boot.cpp:674–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
*/
673
674
bool MET_trigger_exists(gpre_dbb* /*db*/, const TEXT* /*trigger_name*/)
675
{
676
fb_assert(0);
677
return false;
678
}
679
680
#include
"firebird/Interface.h"
681
Callers
1
act_grant_revoke
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected