MCPcopy Create free account
hub / github.com/PerroEngine/Perro / name

Method name

perro_source/api_modules/perro_runtime_api/src/sub_apis/node.rs:268–274  ·  view source on GitHub ↗
(mut self, name: S)

Source from the content-addressed store, hash-verified

266 }
267
268 pub fn name<S>(mut self, name: S) -> Self
269 where
270 S: Into<Cow<'static, str>>,
271 {
272 self.name = Some(name.into());
273 self
274 }
275
276 pub fn tags<T>(mut self, tags: T) -> Self
277 where

Callers 5

get_nameFunction · 0.45
get_self_nameFunction · 0.45
friend_infoFunction · 0.45
newMethod · 0.45
newMethod · 0.45

Calls 1

and_exprMethod · 0.80

Tested by

no test coverage detected