MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / process

Method process

src/jrd/misc/evl_string_test.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 {}
48
49 void process(const char *data, bool more, bool result)
50 {
51 SSHORT len = (SSHORT)strlen(data);
52 bool needMore = processNextChunk(data, len);
53 assert(more == needMore);
54 assert(getResult() == result);
55 }
56};
57
58class StringStartsEvaluator : public StartsEvaluator<char>

Callers 1

mainFunction · 0.45

Calls 1

assertClass · 0.85

Tested by

no test coverage detected