MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / isQuoted

Method isQuoted

src/openms/source/DATASTRUCTURES/String.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 bool String::isQuoted(char q)
230 {
231 return StringUtils::isQuoted(*this, q);
232 }
233
234 String& String::quote(char q, QuotingMethod method)
235 {

Callers

nothing calls this directly

Calls 1

isQuotedFunction · 0.85

Tested by

no test coverage detected