Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dashed/git-chain
/ main
Function
main
src/main.rs:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
pub use git_chain::GitChain;
21
22
fn main() {
23
run_app(std::env::args_os());
24
}
25
26
fn run_app<I, T>(arguments: I)
27
where
Callers
nothing calls this directly
Calls
1
run_app
Function · 0.85
Tested by
no test coverage detected