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

Function loadDerivative

pj_scripting/tests/lua_siso_transform_test.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56)LUAU";
57
58FilterClass loadDerivative(const std::shared_ptr<ScriptEngine>& engine) {
59 auto classes = engine->inspectModule(kDerivative, "test");
60 EXPECT_TRUE(classes.has_value());
61 return classes->front();
62}
63
64double dbl(const Sample& s) {
65 return PJ::proc::detail::toDouble(s.value());

Callers 1

TESTFunction · 0.85

Calls 1

inspectModuleMethod · 0.45

Tested by

no test coverage detected