MCPcopy Index your code
hub / github.com/RustPython/RustPython / git

Function git

crates/vm/build.rs:57–59  ·  view source on GitHub ↗
(args: &[&str])

Source from the content-addressed store, hash-verified

55}
56
57fn git(args: &[&str]) -> String {
58 command("git", args)
59}
60
61fn rustc_version() -> String {
62 let rustc = env::var_os("RUSTC").unwrap_or_else(|| "rustc".into());

Callers 4

git_hashFunction · 0.85
git_timestampFunction · 0.85
git_tagFunction · 0.85
git_branchFunction · 0.85

Calls 1

commandFunction · 0.85

Tested by

no test coverage detected