MCPcopy Create free account
hub / github.com/EarlhamInst/KAT / getSingleInput

Method getSingleInput

lib/include/kat/input_handler.hpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 void setSingleInput(const path& p) { input.clear(); input.push_back(p); trim5p.clear(); trim5p.push_back(0); }
59 void setMultipleInputs(const vector<path>& inputs);
60 path getSingleInput() { return input[0]; }
61 string pathString();
62 string fileName();
63 void set5pTrim(const vector<uint16_t>& trim_list);

Callers 4

executeMethod · 0.80
printEndsMatrixMethod · 0.80
printMiddleMatrixMethod · 0.80
printMixedMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected