MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / readString

Method readString

testlib.h:4151–4154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4149}
4150
4151std::string InStream::readString() {
4152 readStringTo(_tmpReadToken);
4153 return _tmpReadToken;
4154}
4155
4156std::vector<std::string> InStream::readStrings(int size, int indexBase) {
4157 __testlib_readMany(readStrings, readString(), std::string, false)

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected