Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ git_timestamp
Function
git_timestamp
crates/vm/build.rs:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
fn git_timestamp() -> String {
46
git(&[
"log"
,
"-1"
,
"--format=%ct"
])
47
}
48
49
fn git_tag() -> String {
50
git(&[
"describe"
,
"--all"
,
"--always"
,
"--dirty"
])
Callers
nothing calls this directly
Calls
1
git
Function · 0.85
Tested by
no test coverage detected