MCPcopy Index your code
hub / github.com/RustPython/RustPython / git_branch

Function git_branch

crates/vm/build.rs:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53fn git_branch() -> String {
54 git(&["name-rev", "--name-only", "HEAD"])
55}
56
57fn git(args: &[&str]) -> String {
58 command("git", args)

Callers

nothing calls this directly

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected