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

Method id

pj_datastore/tests/data_processor_test.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17// filters' behavior now lives in pj_scripting's Luau golden tests.
18struct PassThrough : DataProcessor {
19 [[nodiscard]] const char* id() const override {
20 return "passthrough";
21 }
22 [[nodiscard]] const char* bracketLabel() const override {
23 return "PassThrough";
24 }

Callers 1

measure_memoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected