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

Method getLastResultInts

src/macro.cpp:230–232  ·  view source on GitHub ↗

* Returns the last stored Int results */

Source from the content-addressed store, hash-verified

228 * Returns the last stored Int results
229 */
230std::vector<int> Macro::getLastResultInts() {
231 return Macro::lastResultInts;
232}
233
234
235/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected