MCPcopy Create free account
hub / github.com/WallBreaker2/op / SetUp

Method SetUp

tests/test_support.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41} // namespace
42
43void OpEnvironment::SetUp() {
44 op::Op op;
45 long ret = 0;
46 op.SetShowErrorMsg(3, &ret);
47}
48
49std::wstring TrimCopy(const std::wstring &value) {
50 const auto start = value.find_first_not_of(L" \t\r\n");

Callers

nothing calls this directly

Calls 4

GetEnvStringFunction · 0.85
IsOcrServerHealthyFunction · 0.85
SetShowErrorMsgMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected