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

Function register_commits_functions

src/gitql/functions/commits.rs:10–12  ·  view source on GitHub ↗
(map: &mut HashMap<&'static str, StandardFunction>)

Source from the content-addressed store, hash-verified

8
9#[inline(always)]
10pub(crate) fn register_commits_functions(map: &mut HashMap<&'static str, StandardFunction>) {
11 map.insert("commit_conventional", commit_conventional);
12}
13
14#[inline(always)]
15pub(crate) fn register_commits_function_signatures(map: &mut HashMap<&'static str, Signature>) {

Callers 1

gitql_std_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…