MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / other_info

Method other_info

rust_package/brainflow/src/brainflow_model_params.rs:78–81  ·  view source on GitHub ↗

Other info.

(mut self, other_info: S)

Source from the content-addressed store, hash-verified

76
77 /// Other info.
78 pub fn other_info<S: AsRef<str>>(mut self, other_info: S) -> Self {
79 self.params.other_info = other_info.as_ref().to_string();
80 self
81 }
82
83 /// Output name.
84 pub fn output_name<S: AsRef<str>>(mut self, output_name: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected