MCPcopy 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

20pub use git_chain::GitChain;
21
22fn main() {
23 run_app(std::env::args_os());
24}
25
26fn run_app<I, T>(arguments: I)
27where

Callers

nothing calls this directly

Calls 1

run_appFunction · 0.85

Tested by

no test coverage detected