Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ git_tag
Function
git_tag
crates/vm/build.rs:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
fn git_tag() -> String {
50
git(&[
"describe"
,
"--all"
,
"--always"
,
"--dirty"
])
51
}
52
53
fn git_branch() -> String {
54
git(&[
"name-rev"
,
"--name-only"
,
"HEAD"
])
Callers
nothing calls this directly
Calls
1
git
Function · 0.85
Tested by
no test coverage detected