MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / create

Function create

nodedb-sql/src/ddl_ast/parse/trigger.rs:325–328  ·  view source on GitHub ↗
(sql: &str)

Source from the content-addressed store, hash-verified

323 use super::*;
324
325 fn create(sql: &str) -> NodedbStatement {
326 let upper = sql.to_uppercase();
327 parse_create_trigger(&upper, sql)
328 }
329
330 #[test]
331 fn basic_after_insert() {

Callers 15

basic_after_insertFunction · 0.70
or_replace_syncFunction · 0.70
multi_eventFunction · 0.70
statement_granularityFunction · 0.70
with_priorityFunction · 0.70
from_file_0o600_acceptedFunction · 0.50
from_file_0o400_acceptedFunction · 0.50
from_file_0o644_rejectedFunction · 0.50
atomic_write_fsyncFunction · 0.50

Calls 1

parse_create_triggerFunction · 0.70

Tested by 15

basic_after_insertFunction · 0.56
or_replace_syncFunction · 0.56
multi_eventFunction · 0.56
statement_granularityFunction · 0.56
with_priorityFunction · 0.56
prefetch_does_not_crashFunction · 0.40
empty_segmentFunction · 0.40
make_segmentFunction · 0.40