MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / source_checkout_status

Function source_checkout_status

xtask/src/main.rs:7161–7163  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

7159}
7160
7161fn source_checkout_status(path: &Path) -> Result<String> {
7162 command_output("git", &["status", "--porcelain"], path)
7163}
7164
7165fn source_checkout_status_for_source(name: &str, path: &Path) -> Result<String> {
7166 if name == POSTGRES_PGLITE_SOURCE {

Callers 1

Calls 1

command_outputFunction · 0.85

Tested by

no test coverage detected