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

Method output_name

rust_package/brainflow/src/brainflow_model_params.rs:84–87  ·  view source on GitHub ↗

Output name.

(mut self, output_name: S)

Source from the content-addressed store, hash-verified

82
83 /// Output name.
84 pub fn output_name<S: AsRef<str>>(mut self, output_name: S) -> Self {
85 self.params.output_name = output_name.as_ref().to_string();
86 self
87 }
88
89 /// Max array size.
90 pub fn max_array_size(mut self, max_array_size: usize) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected