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

Function create

nodedb-sql/src/ddl_ast/parse/schedule.rs:187–190  ·  view source on GitHub ↗
(sql: &str)

Source from the content-addressed store, hash-verified

185 use super::*;
186
187 fn create(sql: &str) -> NodedbStatement {
188 let upper = sql.to_uppercase();
189 parse_create_schedule(&upper, sql)
190 }
191
192 #[test]
193 fn basic_schedule() {

Callers 3

basic_scheduleFunction · 0.70
scope_localFunction · 0.70
with_optionsFunction · 0.70

Calls 1

parse_create_scheduleFunction · 0.85

Tested by 3

basic_scheduleFunction · 0.56
scope_localFunction · 0.56
with_optionsFunction · 0.56