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

Method prepare_session

src/board_controller/mentalab/explore.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24int Explore::prepare_session ()
25{
26 if (params.ip_port <= 0)
27 {
28 params.ip_port = 5; // default for explore
29 }
30 return BTLibBoard::prepare_session ();
31}
32
33int Explore::config_board (std::string config, std::string &response)
34{

Callers

nothing calls this directly

Calls 1

prepare_sessionFunction · 0.85

Tested by

no test coverage detected