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

Method reset

pj_scripting/src/lua_mimo_transform.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void LuaMimoTransform::reset() {
104 // Construct-new-and-swap: a fresh VM/instance is the only guaranteed-clean reset
105 // for arbitrary script state (the engine's pre-batch-recompute hook).
106 rebuildInstance();
107}
108
109std::vector<PJ::StorageKind> LuaMimoTransform::outputKinds(PJ::Span<const PJ::StorageKind> input_kinds) const {
110 switch (out_mode_) {

Callers 1

rebuildInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected