MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / getLastResultStrings

Method getLastResultStrings

src/macro.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250std::vector<std::string> Macro::getLastResultStrings() {
251 return Macro::lastResultStrings;
252}
253
254
255/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected