MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / debug_name

Method debug_name

crates/firewheel-core/src/node.rs:113–116  ·  view source on GitHub ↗

A unique name for this type of node, used for debugging purposes.

(mut self, debug_name: &'static str)

Source from the content-addressed store, hash-verified

111
112 /// A unique name for this type of node, used for debugging purposes.
113 pub const fn debug_name(mut self, debug_name: &'static str) -> Self {
114 self.debug_name = debug_name;
115 self
116 }
117
118 /// The channel configuration of this node.
119 ///

Callers 15

infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80
infoMethod · 0.80

Calls

no outgoing calls

Tested by 1

infoMethod · 0.64