MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / register_std_range_functions

Function register_std_range_functions

crates/gitql-std/src/range/mod.rs:16–21  ·  view source on GitHub ↗
(map: &mut HashMap<&'static str, StandardFunction>)

Source from the content-addressed store, hash-verified

14
15#[inline(always)]
16pub fn register_std_range_functions(map: &mut HashMap<&'static str, StandardFunction>) {
17 map.insert("int4range", int4range);
18 map.insert("daterange", daterange);
19 map.insert("tsrange", tsrange);
20 map.insert("isempty", isempty);
21}
22
23#[inline(always)]
24pub fn register_std_range_function_signatures(map: &mut HashMap<&'static str, Signature>) {

Callers 1

standard_functionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…