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

Method file_anc

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

Source from the content-addressed store, hash-verified

147 }
148
149 pub fn file_anc<S: AsRef<str>>(mut self, filename: S) -> Self {
150 self.params.file_anc = filename.as_ref().to_string();
151 self
152 }
153
154 /// Build BrainFlowInputParams with the given options.
155 pub fn build(self) -> BrainFlowInputParams {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected