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

Method file

rust_package/brainflow/src/brainflow_input_params.rs:139–142  ·  view source on GitHub ↗
(mut self, filename: S)

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn file<S: AsRef<str>>(mut self, filename: S) -> Self {
140 self.params.file = filename.as_ref().to_string();
141 self
142 }
143
144 pub fn file_aux<S: AsRef<str>>(mut self, filename: S) -> Self {
145 self.params.file_aux = filename.as_ref().to_string();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected