Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
57
fn git(args: &[&str]) -> String {
58
command(
"git"
, args)
59
}
60
61
fn rustc_version() -> String {
62
let rustc = env::var_os(
"RUSTC"
).unwrap_or_else(||
"rustc"
.into());
Callers
4
git_hash
Function · 0.85
git_timestamp
Function · 0.85
git_tag
Function · 0.85
git_branch
Function · 0.85
Calls
1
command
Function · 0.85
Tested by
no test coverage detected