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

Method other_info

rust_package/brainflow/src/brainflow_input_params.rs:124–127  ·  view source on GitHub ↗

Other info.

(mut self, info: S)

Source from the content-addressed store, hash-verified

122
123 /// Other info.
124 pub fn other_info<S: AsRef<str>>(mut self, info: S) -> Self {
125 self.params.other_info = info.as_ref().to_string();
126 self
127 }
128
129 pub fn timeout(mut self, timeout: usize) -> Self {
130 self.params.timeout = timeout;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected