MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / boolean

Function boolean

pj_plotting/tests/parameter_form_test.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return p;
37}
38ParamSpec boolean(const std::string& name, bool def) {
39 ParamSpec p;
40 p.name = name;
41 p.type = ParamType::kBoolean;
42 p.default_value = def;
43 return p;
44}
45
46} // namespace
47

Callers 2

TESTFunction · 0.85
makeColumnDataNanoarrowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected