MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / run

Function run

xtask/src/version.rs:143–147  ·  view source on GitHub ↗
(command: &Version)

Source from the content-addressed store, hash-verified

141}
142
143pub fn run(command: &Version) -> Result<()> {
144 match command {
145 Version::Import(args) => run_import(args),
146 }
147}
148
149fn run_import(args: &ImportArgs) -> Result<()> {
150 crate::exec_and_capture(&["git", "describe", "--dirty"])

Callers

nothing calls this directly

Calls 1

run_importFunction · 0.85

Tested by

no test coverage detected