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

Method build

rust_package/brainflow/src/brainflow_input_params.rs:155–157  ·  view source on GitHub ↗

Build BrainFlowInputParams with the given options.

(self)

Source from the content-addressed store, hash-verified

153
154 /// Build BrainFlowInputParams with the given options.
155 pub fn build(self) -> BrainFlowInputParams {
156 self.params
157 }
158}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected