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

Method parse_bool_option

src/board_controller/muse/muse_athena.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool MuseAthena::parse_bool_option (const std::string &value, bool &parsed)
115{
116 return MuseOptions::parse_bool_option (value, parsed);
117}
118
119int MuseAthena::parse_muse_options ()
120{

Callers

nothing calls this directly

Calls 1

parse_bool_optionFunction · 0.85

Tested by

no test coverage detected