MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / current_firedbg_version

Function current_firedbg_version

command/src/main.rs:565–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563}
564
565fn current_firedbg_version() -> cfg::Version {
566 cfg::Version {
567 firedbg_cli: env!("CARGO_PKG_VERSION").into(),
568 }
569}
570
571fn workspace_firedbg_version(workspace: &Workspace) -> Result<Option<cfg::Version>> {
572 let version_path = &workspace.get_version_path();

Callers 2

pin_firedbg_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected