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

Function gitql_std_signatures

src/gitql/functions/mod.rs:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26pub fn gitql_std_signatures() -> HashMap<&'static str, Signature> {
27 let mut map = standard_function_signatures().to_owned();
28 register_commits_function_signatures(&mut map);
29 register_diffs_function_signatures(&mut map);
30 map
31}

Callers 1

create_gitql_environmentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…