MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / validate_parsedStringIsNotEmpty

Function validate_parsedStringIsNotEmpty

quest/src/core/validation.cpp:3325–3328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3323}
3324
3325void validate_parsedStringIsNotEmpty(bool stringIsNotEmpty, const char* caller) {
3326
3327 assertThat(stringIsNotEmpty, report::PARSED_STRING_IS_EMPTY, caller);
3328}
3329
3330
3331

Callers 1

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected