kodegen_tools_github 0.5.1

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Integration tests for GitHub operations.

mod github {
    mod test_code_scanning_alerts;
    mod test_get_commit;
    mod test_list_branches;
    mod test_list_commits;
    mod test_merge_pull_request;
    mod test_search_code;
    mod test_search_users;
    mod test_secret_scanning_alerts;
}