Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ empty_input
Function
empty_input
crates/openshell-core/src/inference.rs:354–357 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
353
#[test]
354
fn empty_input() {
355
let result = normalize_protocols(&[]);
356
assert!(result.is_empty());
357
}
358
359
#[test]
360
fn profile_for_known_types() {
Callers
nothing calls this directly
Calls
1
normalize_protocols
Function · 0.85
Tested by
no test coverage detected