MCPcopy 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
49fn git_tag() -> String {
50 git(&["describe", "--all", "--always", "--dirty"])
51}
52
53fn git_branch() -> String {
54 git(&["name-rev", "--name-only", "HEAD"])

Callers

nothing calls this directly

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected