MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / command_exposes_version

Function command_exposes_version

crates/openshell-server/src/cli.rs:811–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

809
810 #[test]
811 fn command_exposes_version() {
812 let cmd = command();
813 let version = cmd.get_version().unwrap();
814 assert_eq!(version.to_string(), openshell_core::VERSION);
815 }
816
817 #[test]
818 fn command_defaults_bind_address_to_loopback() {

Callers

nothing calls this directly

Calls 1

commandFunction · 0.85

Tested by

no test coverage detected