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

Method file

rust_package/brainflow/src/brainflow_model_params.rs:72–75  ·  view source on GitHub ↗

File to load model.

(mut self, file: S)

Source from the content-addressed store, hash-verified

70
71 /// File to load model.
72 pub fn file<S: AsRef<str>>(mut self, file: S) -> Self {
73 self.params.file = file.as_ref().to_string();
74 self
75 }
76
77 /// Other info.
78 pub fn other_info<S: AsRef<str>>(mut self, other_info: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected