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

Function get_key

src/board_controller/board_controller.cpp:659–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657/////////////////////////////////////////////////
658
659std::pair<int, struct BrainFlowInputParams> get_key (
660 int board_id, struct BrainFlowInputParams params)
661{
662 std::pair<int, struct BrainFlowInputParams> key = std::make_pair (board_id, params);
663 return key;
664}
665
666int check_board_session (int board_id, const char *json_brainflow_input_params,
667 std::pair<int, struct BrainFlowInputParams> &key, bool log_error)

Callers 2

prepare_sessionFunction · 0.85
check_board_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected