MCPcopy 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
45fn git_timestamp() -> String {
46 git(&["log", "-1", "--format=%ct"])
47}
48
49fn git_tag() -> String {
50 git(&["describe", "--all", "--always", "--dirty"])

Callers

nothing calls this directly

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected