MCPcopy Create free account
hub / github.com/MITK/MITK / ContainsWildcard

Function ContainsWildcard

Modules/RESTAPI/src/mitkDataStorageBridge.cpp:229–232  ·  view source on GitHub ↗

* @brief Check if a filter pattern contains wildcard characters (* or ?). */

Source from the content-addressed store, hash-verified

227 * @brief Check if a filter pattern contains wildcard characters (* or ?).
228 */
229 bool ContainsWildcard(const std::string& filterValue)
230 {
231 return filterValue.find_first_of("*?") != std::string::npos;
232 }
233
234 /**
235 * @brief Check if a property value matches a filter pattern.

Callers 1

MatchesPropertyFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected