Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ isOnlyWhiteSpace
Function
isOnlyWhiteSpace
quest/src/core/parser.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool isOnlyWhiteSpace(string str) {
126
127
return all_of(str.begin(), str.end(), isWhiteSpace);
128
}
129
130
131
void removeWhiteSpace(string &line) {
Callers
2
assertStringIsValidPauliStrSum
Function · 0.85
parser_validateAndParsePauliStrSum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected