Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3325
void validate_parsedStringIsNotEmpty(bool stringIsNotEmpty, const char* caller) {
3326
3327
assertThat(stringIsNotEmpty, report::PARSED_STRING_IS_EMPTY, caller);
3328
}
3329
3330
3331
Callers
1
assertStringIsValidPauliStrSum
Function · 0.85
Calls
1
assertThat
Function · 0.85
Tested by
no test coverage detected