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

Function string_value

crates/openshell-cli/src/run.rs:1609–1613  ·  view source on GitHub ↗
(value: String)

Source from the content-addressed store, hash-verified

1607 use prost_types::{Struct, Value, value::Kind};
1608
1609 fn string_value(value: String) -> Value {
1610 Value {
1611 kind: Some(Kind::StringValue(value)),
1612 }
1613 }
1614
1615 let mut limits = std::collections::BTreeMap::new();
1616 if let Some(cpu) = cpu {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected