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

Function workspace_root_resolves

e2e/rust/src/harness/binary.rs:92–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91 #[test]
92 fn workspace_root_resolves() {
93 let root = workspace_root();
94 assert!(
95 root.join("Cargo.toml").is_file(),
96 "workspace root should contain Cargo.toml: {root:?}"
97 );
98 }
99}

Callers

nothing calls this directly

Calls 1

workspace_rootFunction · 0.85

Tested by

no test coverage detected