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

Method activity_name

crates/openshell-ocsf/src/builders/base.rs:35–38  ·  view source on GitHub ↗
(mut self, name: impl Into<String>)

Source from the content-addressed store, hash-verified

33
34 #[must_use]
35 pub fn activity_name(mut self, name: impl Into<String>) -> Self {
36 self.activity_name = Some(name.into());
37 self
38 }
39
40 /// Add an unmapped field.
41 #[must_use]

Callers 1

test_base_event_builderFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_base_event_builderFunction · 0.36